home *** CD-ROM | disk | FTP | other *** search
/ Softdisk PC 105 / softd105.zip / BACKISSU.BAT < prev    next >
DOS Batch File  |  1995-06-05  |  379b  |  18 lines

  1. @ECHO OFF
  2. if exist browser.exe goto start
  3. :loop1
  4. echo Insert Disk 2 (Back Issue Browser disk).
  5. pause
  6. if not exist browser.exe goto loop1
  7. browser %1 %2 %3 %4 %5 %6 %7 %8 %9
  8. :return
  9. if exist vgashell.exe goto end
  10. :loop2
  11. echo Insert Disk 1 (Softdisk PC issue disk).
  12. pause
  13. if not exist vgashell.exe goto loop2
  14. goto end
  15. :start
  16. browser %1 %2 %3 %4 %5 %6 %7 %8 %9
  17. :end
  18.