home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 29 / bbd29.zip / GOPT.BAT < prev    next >
DOS Batch File  |  1987-05-26  |  224b  |  16 lines

  1. echo off
  2. if not exist select.exe goto error
  3. vidpop
  4. cls
  5. select
  6. type kill.bat
  7. cls
  8. goto end
  9. :error
  10. cls
  11. echo  
  12. echo You must start the course from disk #1,
  13. echo or copy both diskettes to a hard disk.
  14. echo  
  15. :end
  16.