home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo You are about to install the program to drive B:
- echo The program is ready to run, except for the archived data files
- echo This procedure will unarchive them to disk drive B:
- echo It will automatically make 3 subdirectories and copy the programs
- echo Into them accordingly
- echo This process requires a BLANK FORMATTED DISK in drive B:
- ECHO Insert disk number 1081 into drive A: and
- echo Insert a BLANK FORMATTED DISK into drive B:
- pause
- md b:\huge
- md b:\large
- md b:\lib
- pkxarc huge.arc b:\huge
- pkxarc large.arc b:\large
- pkxarc lib.arc b:\lib
- cls
- echo All done...
- echo on