home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / data / pdsdb40a.lzh / GO.BAT < prev    next >
DOS Batch File  |  1989-02-15  |  289b  |  9 lines

  1. echo off
  2. if exist basica.* basica menu /f:7/s:1024
  3. if exist gwbasic.* gwbasic menu /f:7/s:1024
  4. if exist basica.* goto end
  5. if exist basica.* goto end
  6. echo You need to have a copy of your BASIC Interpreter on this disk.
  7. echo See Section 3.2 of the PDS*BASE Instruction Manual.
  8. :end
  9.