home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / m / m067 / 2.img / BATCH / END.BAT next >
Encoding:
DOS Batch File  |  1992-06-22  |  229 b   |  12 lines

  1. @echo off
  2. :FirstDisk
  3. rem ** Get Disk 1 back into the drive
  4. rem ** %1 and %2 still carried over
  5. cls
  6. echo Insert SpeedStar 24X Disk 1 back into your floppy drive.
  7. echo.
  8. pause
  9. if not exist %2\gis.exe goto FirstDisk
  10.  
  11. :End
  12.