home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / t-m2326p.zip / T.BAT < prev    next >
DOS Batch File  |  1994-06-08  |  653b  |  48 lines

  1. @echo off
  2. :start
  3. e:
  4. cd \com\t-mail
  5. del *.$??
  6. t-mail -T100 %1
  7.  
  8. if errorlevel 27 goto LogMan
  9. if errorlevel 26 goto FileMgr
  10. if errorlevel 25 goto AreaMgr
  11. if errorlevel 24 goto GoldED
  12. if errorlevel 23 goto ArcSend
  13. if errorlevel 22 goto TIC
  14. if errorlevel 21 goto ArcRecv
  15. if errorlevel 20 goto start
  16. if errorlevel 10 goto end
  17. if errorlevel 5 goto start
  18.  
  19. :ArcRecv
  20. call fm_recv.bat
  21. goto start
  22.  
  23. :TIC
  24. call tic_recv.bat
  25. goto start
  26.  
  27. :ArcSend
  28. call fm_send.bat
  29. goto start
  30.  
  31. :GoldED
  32. call g.bat
  33. goto start
  34.  
  35. :AreaMgr
  36. call fm_mgr.bat
  37. goto start
  38.  
  39. :FileMgr
  40. call tic_mgr.bat
  41. goto start
  42.  
  43. :LogMan
  44. call logman.bat
  45. goto start
  46.  
  47. :end
  48.