• A little help...

    From Sean Dennis@1:18/200 to All on Wed Dec 31 13:44:42 2008
    Hello, All.

    I'm setting up BT 2.60XE (DOS version)...I've got everything set up, but I can't remember how to set up the errorlevels to drop to the BBS. I'm using speeds up to 38400 (this is for a dialup node). Any help is appreciated.

    Oh, Happy New Year too. :)

    Later,
    Sean

    //hausmaus@darktech.org | http://nsbbs.darktech.org | ICQ: 19965647

    ... Let the past drift away with the water. - Japanese saying
    --- GoldED/2 3.0.1
    * Origin: Nocturnal State BBS -- nsbbs.darktech.org (1:18/200)
  • From Dallas Hinton@1:153/715 to Sean Dennis on Wed Dec 31 12:36:07 2008
    Hi Sean -- on Dec 31 2008 at 13:44, you wrote:

    I'm setting up BT 2.60XE (DOS version)...I've got everything set up,
    but I can't remember how to set up the errorlevels to drop to the
    BBS. I'm using speeds up to 38400 (this is for a dialup node). Any
    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

    I hope this helps.....

    Oh, Happy New Year too. :)

    and to you!

    Cheers... Dallas

    --- timEd/386 1.10.y2k+
    * Origin: The BandMaster, CANADA [telnet: bandmaster.tzo.com] (1:153/715)
  • From Richard Webb@1:116/901 to Sean Dennis on Wed Dec 31 20:57:44 2008
    HI Sean,

    On Wed 2036-Dec-31 13:44, Sean Dennis (1:18/200) wrote to All:

    I'm setting up BT 2.60XE (DOS version)...I've got everything set up,
    but I can't remember how to set up the errorlevels to drop to the
    BBS. I'm using speeds up to 38400 (this is for a dialup node). Any
    help is appreciated.

    Locked port or fossil? wHich method, spawn exit or batch?
    errorlevel 96 for 9600 baud, etc. REmember they wrap around past 255. I'd use bbsbatch, let it write out a batch which handles all those gory details and invokes the bbs using spawnbbs.bat
    --- see your binkley docs.
    DOn't have them let me know via netmail I'll get you started with some stuff.

    Happy new year btw.



    Regards,
    Richard
    --- timEd 1.10.y2k+
    * Origin: Radio REscue net operations BBS (1:116/901)
  • From Kevin Klement@1:342/77 to Sean Dennis on Mon Jan 5 15:57:36 2009
    Hi Sean,

    Wednesday December 31 2008 13:44, Sean Dennis wrote to All:

    Hello, All.

    I'm setting up BT 2.60XE (DOS version)...I've got everything
    set up, but I can't remember how to set up the errorlevels
    to drop to the BBS. I'm using speeds up to 38400 (this is
    for a dialup node). Any help is appreciated.


    Here's mine.

    IF ERRORLEVEL 255 GOTO Start
    IF ERRORLEVEL 254 GOTO Sys_Err
    IF ERRORLEVEL 240 GOTO SpawnBBS
    IF ERRORLEVEL 216 GOTO SpawnBBS
    IF ERRORLEVEL 192 GOTO SpawnBBS
    IF ERRORLEVEL 168 GOTO SpawnBBS
    IF ERRORLEVEL 144 GOTO SpawnBBS
    IF ERRORLEVEL 120 GOTO SpawnBBS
    IF ERRORLEVEL 100 GOTO Daily
    IF ERRORLEVEL 98 GOTO Level_98
    IF ERRORLEVEL 97 GOTO Poll_Evt
    IF ERRORLEVEL 96 GOTO SpawnBBS
    IF ERRORLEVEL 90 GOTO Level_90
    IF ERRORLEVEL 80 GOTO SpawnBBS
    IF ERRORLEVEL 72 GOTO SpawnBBS
    IF ERRORLEVEL 70 GOTO Mail_Toss
    IF ERRORLEVEL 60 GOTO ExportMail
    IF ERRORLEVEL 56 GOTO SpawnBBS
    IF ERRORLEVEL 50 GOTO GoldED
    IF ERRORLEVEL 48 GOTO SpawnBBS
    IF ERRORLEVEL 40 GOTO ImportMail
    IF ERRORLEVEL 32 GOTO SpawnBBS
    IF ERRORLEVEL 30 GOTO BBS_Utils
    IF ERRORLEVEL 24 GOTO SpawnBBS
    IF ERRORLEVEL 20 GOTO LocalBBS
    IF ERRORLEVEL 12 GOTO SpawnBBS
    IF ERRORLEVEL 10 GOTO Level_10
    IF ERRORLEVEL 8 GOTO SpawnBBS
    IF ERRORLEVEL 3 GOTO SpawnBBS
    IF ERRORLEVEL 1 GOTO Done

    :SpawnBBS
    REM (3,12,24,96) BBS Caller on-line
    IF EXIST Active01.bbs DEL Active01.bbs
    CALL BBSbatch.bat
    IF EXIST Active01.bbs DEL Active01.bbs
    GOTO AfterMAX

    Oh, Happy New Year too. :)

    <smile>

    Kevin
    klement@gypsy-designs.com

    --- Squish/386 v1.11
    * Origin: Gypsy BBS -- Gypsy Designs CDN (403) 242-3221 (1:342/77)
  • From Kevin Klement@1:342/77 to Dallas Hinton on Mon Jan 5 17:20:31 2009
    Hi Dallas,

    If ErrorLevel 3 goto BBS ; 300 bps
    ^^^^^^^^
    300 bps?

    Didn't even know 300bps was still alive <grin>


    Kevin
    klement@gypsy-designs.com

    --- Squish/386 v1.11
    * Origin: Gypsy BBS -- Gypsy Designs CDN (403) 242-3221 (1:342/77)
  • From Dallas Hinton@1:153/715 to Kevin Klement on Mon Jan 5 20:48:10 2009
    Hi Kevin -- on Jan 05 2009 at 17:20, you wrote:

    300 bps?

    Didn't even know 300bps was still alive <grin>


    I don't know either, but if anyone DOES call......


    Cheers... Dallas

    --- timEd/386 1.10.y2k+
    * Origin: The BandMaster, CANADA [telnet: bandmaster.tzo.com] (1:153/715)
  • From Kevin Klement@1:342/77 to Dallas Hinton on Tue Jan 6 13:09:46 2009
    Hi Dallas,

    I don't know either, but if anyone DOES call......

    <smile>

    Kevin
    klement@gypsy-designs.com

    --- Squish/386 v1.11
    * Origin: Gypsy BBS -- Gypsy Designs CDN (403) 242-3221 (1:342/77)
  • From Mike Luther@1:117/3001 to Dallas Hinton on Tue Jan 6 22:35:30 2009
    Yes Dallas and Sean

    Hi Sean -- on Dec 31 2008 at 13:44, you wrote:

    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

    I hope this helps.....

    Oh, Happy New Year too. :)

    and to you!

    Cheers... Dallas

    Don't forget that you can also add function key exits that will produce ErrorLevel values that match the key use. That way you can automatically hit a
    function key and using the discrete ErrorLevel value that produces. You can put an exit name location into the batch file that will do what you want.

    if errorlevel 100 goto LOCAL ' F10 pops up MAX here
    if errorlevel 90 goto Echomail ' F9 pops up Echomal scan
    if errorlevel 80 goto Daywork ' F8 pops up a forced daily run
    if errorlevel 70 goto Fmain ' F7 Personal operation
    if errorlevel 60 goto Asksam ' F6 Asksam total database
    if errorlevel 10 goto Funclist

    And so on. In DOS I still have the really top operation AskSam complete relational database that has been scanning EVERY local echo for about 15 years now that can fine EVERY use of the four letter word XXXX in every echomail area
    locally! Yes, true! Ain't so big a file in that if you realize what a fully relational database is, there is only one word XXXX in the database! Every related record to that XXXX is a huge integer pointer for everything else from there. Chortle.

    Anyway, you get the idea what else you can do from just a function key exit program selection here.

    As the bunny said, "Hoppy New Year!"


    Sleep well; OS/2's still awake! ;)

    Mike @ 1:117/3001

    --- Maximus/2 3.01
    * Origin: Ziplog Public Port (1:117/3001)
  • From Mike Luther@1:117/3001 to Kevin Klement on Tue Jan 6 22:49:44 2009
    Hmmmmm ..

    Hi Dallas,

    If ErrorLevel 3 goto BBS ; 300 bps
    ^^^^^^^^
    300 bps?

    Didn't even know 300bps was still alive <grin>


    Kevin
    klement@gypsy-designs.com

    I still have a 1200 baud modem for funzy purposes! As well, I actually still have an original floppy diskette with the original FidoNet BBS on it in my possission. I've been in this since the original 300/1200 baud modem game!


    Sleep well; OS/2's still awake! ;)

    Mike @ 1:117/3001

    --- Maximus/2 3.01
    * Origin: Ziplog Public Port (1:117/3001)
  • From Bob Ackley@1:300/3 to Kevin Klement on Tue Jan 6 03:58:34 2009
    Replying to a message of Kevin Klement to Dallas Hinton:

    Hi Dallas,

    If ErrorLevel 3 goto BBS ; 300 bps
    ^^^^^^^^
    300 bps?

    Didn't even know 300bps was still alive <grin>

    I've still got one. Haven't used it in over 20 years, but it's still here.

    --- FleetStreet 1.19+
    * Origin: Bob's Boneyard, Emerson, Iowa (1:300/3)
  • From Kevin Klement@1:342/77 to Bob Ackley on Mon Jan 12 13:27:02 2009
    Hi Bob,

    Tuesday January 06 2009 03:58, Bob Ackley wrote to Kevin Klement:

    I've still got one. Haven't used it in over 20 years, but
    it's still here.

    I got a 2400bps Hayes Smartmodem I use for a door stop. :)


    Kevin
    klement@gypsy-designs.com

    --- Squish/386 v1.11
    * Origin: Gypsy BBS -- Gypsy Designs CDN (403) 242-3221 (1:342/77)
  • From Kevin Klement@1:342/77 to Mike Luther on Mon Jan 12 14:41:11 2009
    Hi Mike,

    Tuesday January 06 2009 22:49, Mike Luther wrote to Kevin Klement:

    this since the original 300/1200 baud modem game!

    VCool... I got my first node number in 1988.


    Kevin
    klement@gypsy-designs.com

    --- Squish/386 v1.11
    * Origin: Gypsy BBS -- Gypsy Designs CDN (403) 242-3221 (1:342/77)