home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / programming / misc_programming / battutor.l!h / _RUNME2.BAT < prev    next >
DOS Batch File  |  1990-11-02  |  242b  |  10 lines

  1. echo off
  2. Rem.
  3. Rem.                       _runme2.bat
  4. Rem.
  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.