home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / configs / forem / fidomail.bat < prev    next >
DOS Batch File  |  1992-07-25  |  2KB  |  112 lines

  1. @Echo Off
  2. :START
  3.    G:
  4.    Cd \bt
  5.    BT.TOS
  6.    If Errorlevel 255 Goto START
  7.    If Errorlevel 254 Goto START
  8.    If Errorlevel 192 Goto LOAD_BBS
  9.    If Errorlevel 170 Goto LOAD_FNET
  10.    If Errorlevel 160 Goto LOAD_BBS
  11.    If Errorlevel 150 Goto LOAD_BBS
  12.    If Errorlevel 100 Goto LOAD_FNET
  13.    If Errorlevel 99  Goto LOAD_BBS
  14.    If Errorlevel 96  Goto LOAD_BBS
  15.    If Errorlevel 90  Goto MAXI
  16.    If Errorlevel 80  Goto FNET_MAINT
  17.    If Errorlevel 70  Goto LOCALBBS
  18.    If Errorlevel 60  Goto MESSAGE
  19.    If Errorlevel 50  Goto FMAIL_FORCE
  20.    If Errorlevel 48  Goto LOAD_BBS
  21.    IF Errorlevel 44  Goto WEEKLY
  22.    If Errorlevel 43  Goto MAXI
  23.    If Errorlevel 42  Goto DAILY
  24.    If Errorlevel 41  Goto HOURLY
  25.    If Errorlevel 40  Goto ARCMAIL
  26.    If Errorlevel 30  Goto LOCALBBS
  27.    If Errorlevel 24  Goto LOAD_BBS
  28.    If Errorlevel 20  Goto LOCALBBS
  29.    If Errorlevel 12  Goto LOAD_BBS
  30.    If Errorlevel 10  Goto LOCALBBS
  31.    If Errorlevel  3  Goto LOAD_BBS
  32.    If Errorlevel  1  Goto OUT
  33.    If Errorlevel  0  Goto OUT
  34.    Goto START
  35.  
  36. :RENUM
  37. C:
  38. fdrenum
  39. G:
  40. cd \bt
  41. Goto OUT
  42.  
  43. :ARCMAIL
  44. c:
  45. cd \bat
  46. confmail
  47. Goto OUT
  48.  
  49. :DAILY
  50. c:
  51. cd \bat
  52. daily1
  53. Goto OUT
  54.  
  55. :HOURLY
  56. C:
  57. cd \bat
  58. cls
  59. hourly1
  60. Goto OUT
  61.  
  62. :LOAD_FNET
  63. c:
  64. cd \bat
  65. cls
  66. connect.bat
  67. cd \bat
  68. Fnetbat.bat
  69. cd \
  70. Goto OUT
  71.  
  72. :FNET_MAINT
  73. c:
  74. cd \bat
  75. fmaint
  76. Goto OUT
  77.  
  78. :LOAD_BBS
  79. c:
  80. cd \bat
  81. cls
  82. connect
  83. Goto OUT
  84.  
  85. :MAXI
  86. c:
  87. cd \bat
  88. Maxipre
  89. Goto OUT
  90.  
  91.  
  92. :WEEKLY
  93. c:
  94. cd \bat
  95. weekly1
  96. Goto OUT
  97.  
  98. :FMAIL_FORCE
  99. c:
  100. cd \bat
  101. cls
  102. forcefm
  103. Goto OUT
  104.  
  105. :LOCALBBS
  106. Goto OUT
  107.  
  108. :OUT
  109. C:
  110. cd \
  111.  
  112.