home *** CD-ROM | disk | FTP | other *** search
/ Only the Best 150 Games 2 / MAXGAMES.iso / box / 4dbega.bat next >
DOS Batch File  |  1994-03-16  |  162b  |  12 lines

  1. @echo off
  2. :again
  3. if exist 4dbega.exe goto runit
  4. @echo on
  5. @echo "Please insert Disk 2."
  6. @echo off
  7. pause
  8. goto again
  9. :runit
  10. 4dbega.exe %1 %2 %3
  11. @echo on
  12.