home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / 1989 / 09 / modula / flop.bat < prev    next >
Encoding:
DOS Batch File  |  1988-06-02  |  610 b   |  21 lines

  1. echo off
  2. cls
  3. echo You are about to install the program to drive B:
  4. echo The program is ready to run, except for the archived data files
  5. echo This procedure will unarchive them to disk drive B:
  6. echo It will automatically make 3 subdirectories and copy the programs
  7. echo Into them accordingly
  8. echo This process requires a BLANK FORMATTED DISK in drive B:
  9. ECHO Insert disk number 1081 into drive A: and
  10. echo Insert a BLANK FORMATTED DISK into drive B:
  11. pause
  12. md b:\huge
  13. md b:\large
  14. md b:\lib
  15. pkxarc huge.arc b:\huge
  16. pkxarc large.arc b:\large
  17. pkxarc lib.arc b:\lib
  18. cls
  19. echo All done...
  20. echo on
  21.