home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / DESIRE15.ZIP / INSTALL.DAT / D1.BAT < prev    next >
DOS Batch File  |  1997-03-27  |  844b  |  48 lines

  1. @ECHO OFF
  2.  
  3. PATH %PATH%;%DESIRE%
  4.  
  5. :start
  6. desire 1
  7.  
  8. if errorlevel 29 goto exit
  9. if errorlevel 28 goto fax
  10. if errorlevel 27 goto exit
  11.  
  12. goto utils
  13.  
  14. -------------------------------------------------------------------------
  15.  dESiRE EXIT ERRORLEVELS:
  16.    0 Normal Exit
  17.    1 Modem init error
  18.  
  19.   27 Exit by sysop (ESC or F10)
  20.   28 Fax connect
  21.   99 Exit off hook
  22.  100 Sysop exit (ALT-X)
  23.  101 Modem not responding!
  24.  102 Wrong parameters
  25.  103 Path errors
  26.  104 Share not installed
  27.  105 Event "total quit"
  28.  
  29.  108 Memory error
  30.  109 Overlay error
  31.  110 Error creating directories
  32.  111 Stringbase corrupt
  33.  112 Stringbase not found, use CONV or MENUSET
  34.  
  35. -------------------------------------------------------------------------
  36.  
  37. REM room for utilities
  38. :utils
  39.  
  40. goto start
  41.  
  42. :fax
  43. REM Call a fax program
  44.  
  45. goto start
  46.  
  47. :exit
  48.