home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / cycle.zip / RUN_CD.BAT < prev   
DOS Batch File  |  1980-01-04  |  765b  |  28 lines

  1. echo off
  2. CLS
  3. ECHO This program will only work when manually executed.
  4. ECHO Go to the CD-SOFT subdirectory and type RUNCD.
  5. ECHO Just type :   CD\CD-SOFT
  6. ECHO               RUNCD
  7. pause
  8. FIND1
  9. IF errorlevel 7 GOTO BASICA
  10. IF errorlevel 8 GOTO GW
  11. CLS
  12. ECHO This program is written in BASIC. While trying to run this program
  13. ECHO neither BASICA nor GWBASIC was found. Make sure your system has
  14. ECHO one of these two programs, also make sure that they are in one
  15. ECHO of the directories defined in the PATH. If this message is too
  16. ECHO technical contact the dealer or store that provided you with this
  17. ECHO product for an explanation.   SORRY..........
  18. PAUSE
  19. GOTO END
  20. :BASICA
  21. BASICA.EXE CYCLE.BAS
  22. GOTO END
  23. :GW
  24. GWBASIC.EXE CYCLE.BAS 
  25. :END
  26. CD\
  27. CLS
  28.