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

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