home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 172.img / BADBLUD1.ZIP / INSUB.BAT < prev    next >
DOS Batch File  |  1990-04-11  |  477b  |  34 lines

  1. echo off
  2. :adv2
  3. cls
  4. if exist %2\play.tag goto adv2a
  5. echo Please insert the PLAY disk.
  6. pause
  7. goto adv2
  8. :adv2a
  9. cls
  10. echo Copying files...
  11. copy %2\*.*>NUL
  12. :adv3
  13. cls
  14. if exist %2\map.tag goto adv3a
  15. echo Please insert the MAP disk.
  16. pause
  17. goto adv3
  18. :adv3a
  19. cls
  20. echo Copying files...
  21. copy %2\*.*>NUL
  22. :adv1
  23. cls
  24. if exist %2\intro.tag goto adv1a
  25. echo Please insert the INTRO disk.
  26. pause
  27. goto adv1
  28. :adv1a
  29. cls
  30. echo Copying files...
  31. copy %2\*.*>NUL
  32. cls
  33. install
  34.