home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- if %1x == x goto help
- echo This will expand Barking Spider Software, Inc. Tree/List Control V1.0
- echo demo, BSSCDEMO.EXE to %1\BSS
- echo Press Ctrl Break to abort or any other key to continue
- pause >nul
- mkdir %1\BSS
- copy BSSCDEMO.EXE %1\BSS
- %1
- cd \BSS
- BSSCDEMO -d
- goto END
- :help
- echo Barking Spider Software Tree/List Control V1.0 Installation
- echo -----------------------------
- echo Usage: INSTALL [destination:]
- echo -----------------------------
- echo Example: INSTALL C: -- Will install BSS Tree/List Controls at C:\BSS
- echo
- :END
-