home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / DOORATIO.ZIP / DOOR1.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-06-22  |  321 b   |  17 lines

  1. dooratio
  2. *if errorlevel 3 goto bad_cmd
  3. if errorlevel 2 goto bad_ratio2
  4. if errorlevel 1 goto bad_ratio1
  5. REM Here, put the regular commands for the door or hook
  6. goto end
  7. *:bad_cmd
  8. *echo PROGRAM ERROR
  9. *pause
  10. *goto end
  11. :bad_ratio2
  12. outfile \wc30\sorry.ans 1
  13. goto end
  14. :bad_ratio1
  15. outfile \wc30\sorry.asc 1
  16. :end
  17.