home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 355.img / LP1.ZIP / HINSTALL.BAT < prev    next >
DOS Batch File  |  1990-01-01  |  483b  |  27 lines

  1. echo off
  2. cls
  3. if "%2" == "B" goto BACK
  4. if "%1" == "" goto NOP
  5. md %1\lostp
  6. copy hinstall.bat %1\lostp >nul
  7. %1\lostp\hinstall %1 B
  8. goto End
  9. :BACK
  10. copy *.* %1\lostp
  11. :NDISC
  12. cls
  13. echo Please insert next disc ( 2-6 with no.6 last )
  14. pause
  15. cls
  16. copy *.* %1\lostp
  17. if not exist ATTACK.VCP goto NDISC
  18. %1
  19. cd %1\lostp
  20. goto End
  21. :NOP
  22. echo Please redo with Hard disc drive letter e.g. HINSTALL C:
  23. echo A directory "LOSTP" will be created on it
  24. echo containing the game.
  25. :End
  26.  
  27.