home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / pcg10000 / demo.bat next >
DOS Batch File  |  1990-03-02  |  169b  |  12 lines

  1. echo off
  2. usademo
  3. if errorlevel 12 goto outofmemory
  4. if errorlevel  0 goto success
  5. goto exit
  6. :success
  7. type exit.txt
  8. goto exit
  9. :outofmemory
  10. type error.txt
  11. :exit
  12.