home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / DORMOD22.ZIP / TEST.BAT < prev   
DOS Batch File  |  1993-02-17  |  167b  |  8 lines

  1. @echo off
  2. dormod20 door-mod.cfg /dorinfo1.def
  3. if errorlevel 1 GOTO END
  4. echo got through okay
  5. echo you would run your program here
  6. :END
  7. echo didn't get through
  8.