home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / dos / batchfil.lzh / _RUNME2.BAT < prev    next >
Encoding:
DOS Batch File  |  1983-08-23  |  232 b   |  10 lines

  1. echo off
  2. .
  3. .                       _runme2.bat
  4. .
  5. more <_elem.rem
  6. query//       Would you like to continue the tutorial (y/n) ?
  7. if errorlevel 2 goto exit
  8. if errorlevel 1 _runme3
  9. slash/ll/                       Bye for now.
  10.