• Renegade and Telnet - wierd behavior

    From The Leprechaun@1:124/5014.2 to All on Sun Feb 28 15:08:00 2021
    I am in the process of setting up my BBS using Renegade and trying to use Net2Bbs and when I pass in the -B parameter, RG always exits with an error level of 0. Anyone have any thoughts on what may be causing that?


    Thanks,
    Andy

    --- Renegade v1.22/DOS
    * Origin: PB Renegade (gapbbs.rdfig.net:2424) Mesquite, Tx (1:124/5014.2)
  • From Nick Andre@1:229/426 to The Leprechaun on Sun Feb 28 17:14:21 2021
    On 28 Feb 21 15:08:00, The Leprechaun said the following to All:

    *TID: FastEcho 1.46.1 43278
    I am in the process of setting up my BBS using Renegade and trying to use Net2Bbs and when I pass in the -B parameter, RG always exits with an error level of 0. Anyone have any thoughts on what may be causing that?

    Net2BBS should not pass anything to -B. You only need the node and socket handle in a simple batch file, ie:

    cd \renegade
    netfoss /n%1
    netcom /n%1 /h%2 renegade.exe -b57600 -n%1 -q
    netfoss /u

    Where %1 is the node and %2 is the telnet socket handle.

    Nick

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (1:229/426)
  • From T.J. Mcmillen@1:129/305 to The Leprechaun on Sun Feb 28 17:43:40 2021
    I am in the process of setting up my BBS using Renegade and trying to use Net2Bbs and when I pass in the -B parameter, RG always exits with an error level of 0. Anyone have any thoughts on what may be causing that?

    Did you SET the baud rate? -B57600 ???

    ... Yur'assic Park: Where you butt is on the line daily

    --- Renegade v1.22a/DOS
    * Origin: The Titantic BBS Telnet - ttb.rgbbs.info (1:129/305)
  • From The Leprechaun@1:124/5014.2 to T.J. Mcmillen on Sun Feb 28 21:55:15 2021
    Did you SET the baud rate? -B57600 ???
    That did it. Apparently 115200 isn't supported. Thanks!

    ... I'm an alien, an illegal alien!

    --- Renegade v1.22/DOS
    * Origin: PB Renegade (gapbbs.rdfig.net:2424) Mesquite, Tx (1:124/5014.2)