home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 307 / 4DBEGA.BAT next >
DOS Batch File  |  1991-07-23  |  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.