home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / main / BBS / WNET0801.ZIP / MAILRUN.BAT < prev    next >
Encoding:
DOS Batch File  |  2000-04-05  |  1.8 KB  |  66 lines

  1. @echo off
  2. rem ***************************************************************************
  3. rem TRANSX Run
  4. rem *************************************************************************
  5. rem ***************************************************************************
  6. rem ***************************************************************************
  7. rem  ****** This is only an example ******
  8. rem You will need to change this file to match your system's configuration!!!
  9. rem ***************************************************************************
  10. rem ***************************************************************************
  11. rem *** Note the %SBBS%. You should set a Enviroment Variable of SBBS in
  12. rem *** your AUTOEXEC.BAT.  (ie SET SBBS=C:\SBBS)
  13.  
  14.  
  15. Rem *** Echomail Tosser Outbound Line
  16. %sbbs%\exec\sbbsecho /lin
  17.  
  18. Rem *** Alffix File Processor Outbound Line
  19. c:\allfix\allfix file
  20.  
  21. Rem *** League 969 InterLord Outbound
  22. c:
  23. cd %sbbs%\xtrn\lord969\ilord
  24. maintain outbound
  25.  
  26. Rem *** League 969 Global War OUtbound
  27. cd %sbbs%\xtrn\gwar969
  28. GWIBBS OUT
  29.  
  30. Rem ***Internet Rex Inbound / Outbound
  31. cd %sbbs%\irex\
  32. rexw
  33.  
  34.  
  35. Rem *** Transx Inbound / Outbound
  36. rem cd %sbbs%\transx\
  37. rem TX.EXE /NOIMPORT
  38. rem START /W TXMAIL32.EXE
  39. rem TX.EXE /NOEXPORT
  40.  
  41. Rem *** Echomail Tosser Inbound Line
  42. %sbbs%\exec\sbbsecho /les!
  43.  
  44. Rem *** Allfix Inbound Line
  45. c:\allfix\allfix file mgr
  46.  
  47. Rem *** League 969 Slots Games Inbound Processing
  48. cd %sbbs%\xtrn\mega969\ibbs
  49. meg-ibbs -IBBSIN
  50. cd %sbbs%\xtrn\zombi969\ibbs
  51. zom-ibbs -IBBSIN                
  52.  
  53. Rem *** League 969 Clans Inbound Processing
  54. cd %sbbs%\xtrn\clans969
  55. clans /I
  56.  
  57. Rem *** League 969 InterLord Inbound Processing
  58. cd %sbbs%\xtrn\lord969\ilord
  59. maintain inbound
  60.  
  61. Rem *** League 969 Global War Inbound Processing
  62. cd %sbbs%\xtrn\gwar969
  63. GWIBBS IN C:\FD\INBOUND\<bbsname>.*
  64.  
  65. CD %SBBSNODE%
  66.