home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 179.img / WS6#21.LZH / WS6#21.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-01-18  |  640b  |  25 lines

  1. echo off
  2. cls
  3. echo Hard Disk Installation Program for WordStar Tutorial
  4. :LOOP1
  5. if exist disk goto EXIT1
  6. if exist a:disk goto CHECK1
  7. pause
  8. :CHECK1
  9. copy a:\tutor.exe
  10. md tutor
  11. cd tutor
  12. copy a:\tutor\*.*
  13. for %%a in (1 2 3 4 5 6) do md less%%aws5
  14. for %%a in (1 2 3 4 5 6) do copy a:\tutor\less%%aws5 less%%aws5
  15. cd ..
  16. cls
  17. echo Hard disk installation complete. To run course, type:
  18. echo                         TUTOR
  19. echo from the current directory.   
  20. goto EXIT2
  21. :EXIT1
  22. echo The Install program is for a hard disk only, and cannot be 
  23. echo run from a floppy disk.
  24. :EXIT2
  25.