home *** CD-ROM | disk | FTP | other *** search
- CLS
- @Echo off
-
- :Initialize
- C:\UTIL\ANSI.COM
- Set DSZPORT=2
- Set DSZLOG=\RA2\DSZ.LOG
- Set FD=C:\FD2
- Set TASK=2
- C:\UTIL\BNU.COM /F /L1:38400 /Z2 /T:2048 /R:2048
- C:\UTIL\FDFIXW4W.COM
- rem C:\UTIL\X00.EXE B,1,38400 T=1024 R=1024 FIFO=8 E
-
- :Start
- cls
- CD\RA2
- If exist C:\RA2\DOBBS2.BAT Del C:\RA2\DOBBS2.BAT
- FD.EXE
- if errorlevel 200 goto BBS
- if errorlevel 103 goto Start
- if errorlevel 101 goto NewMail
- if errorlevel 35 goto local
- if errorlevel 10 goto end
- Goto Start
-
- :BBS
- DoBBS2
-
- :Local
- RA -L -N2 -E0
- If exist C:\RA2\HSLINK.* Del C:\RA2\HSLINK.*
- If errorlevel 3 goto Scan
- Goto Start
-
- :Scan
- FastEcho Scan -N
- FastEcho Pack -RC:\FECHO\ROUTE.FE
- Goto Start
-
- :NewMail
- Echo NewMail > C:\FD\FLAGS\NEWMAIL.FLG
- Goto Start
-
- :end
- Echo ATM0H1 > COM2
-
-