home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem ***************************************************************************
- rem TRANSX Run
- rem *************************************************************************
- rem ***************************************************************************
- rem ***************************************************************************
- rem ****** This is only an example ******
- rem You will need to change this file to match your system's configuration!!!
- rem ***************************************************************************
- rem ***************************************************************************
- rem *** Note the %SBBS%. You should set a Enviroment Variable of SBBS in
- rem *** your AUTOEXEC.BAT. (ie SET SBBS=C:\SBBS)
-
-
- Rem *** Echomail Tosser Outbound Line
- %sbbs%\exec\sbbsecho /lin
-
- Rem *** Alffix File Processor Outbound Line
- c:\allfix\allfix file
-
- Rem *** League 969 InterLord Outbound
- c:
- cd %sbbs%\xtrn\lord969\ilord
- maintain outbound
-
- Rem *** League 969 Global War OUtbound
- cd %sbbs%\xtrn\gwar969
- GWIBBS OUT
-
- Rem ***Internet Rex Inbound / Outbound
- cd %sbbs%\irex\
- rexw
-
-
- Rem *** Transx Inbound / Outbound
- rem cd %sbbs%\transx\
- rem TX.EXE /NOIMPORT
- rem START /W TXMAIL32.EXE
- rem TX.EXE /NOEXPORT
-
- Rem *** Echomail Tosser Inbound Line
- %sbbs%\exec\sbbsecho /les!
-
- Rem *** Allfix Inbound Line
- c:\allfix\allfix file mgr
-
- Rem *** League 969 Slots Games Inbound Processing
- cd %sbbs%\xtrn\mega969\ibbs
- meg-ibbs -IBBSIN
- cd %sbbs%\xtrn\zombi969\ibbs
- zom-ibbs -IBBSIN
-
- Rem *** League 969 Clans Inbound Processing
- cd %sbbs%\xtrn\clans969
- clans /I
-
- Rem *** League 969 InterLord Inbound Processing
- cd %sbbs%\xtrn\lord969\ilord
- maintain inbound
-
- Rem *** League 969 Global War Inbound Processing
- cd %sbbs%\xtrn\gwar969
- GWIBBS IN C:\FD\INBOUND\<bbsname>.*
-
- CD %SBBSNODE%
-