home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / DB / DB004A.ZIP / BASEPROG.EXE / lha / GO.BAT < prev    next >
DOS Batch File  |  1990-03-10  |  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.