Subj : A little help...
To : Sean Dennis
From : Dallas Hinton
Date : Wed Dec 31 2008 12:36 pm
Hi Sean -- on Dec 31 2008 at 13:44, you wrote:
SD> I'm setting up BT 2.60XE (DOS version)...I've got everything set up,
SD> but I can't remember how to set up the errorlevels to drop to the
SD> BBS. I'm using speeds up to 38400 (this is for a dialup node). Any
SD> help is appreciated.
Here's a simplified version:
If ErrorLevel 220 goto BBS ; Errors above 219
If ErrorLevel 219 goto LOOP ; Exit from Event file
If ErrorLevel 54 goto BBS ; 19200 bps
If ErrorLevel 30 goto LOOP ; Incoming ARCmail/pkt/file
If ErrorLevel 24 goto BBS ; 2400 bps
If ErrorLevel 14 goto LOOP ; Daily maintenance routine
If ErrorLevel 12 goto BBS ; 1200 bps
If ErrorLevel 3 goto BBS ; 300 bps
if errorlevel 2 goto max
if errorlevel 1 goto end
goto LOOP