Debug: Cmd=c:\ele\elebbs.exe -N*N -H*H -C1 -B115200
Re: net2bbs help?
By: Shurato to All on Mon Jul 08 2024 09:13 pm
Debug: Cmd=c:\ele\elebbs.exe -N*N -H*H -C1 -B115200
This command line is telling EleBBS to use the socket handle *H on serial port COM1 for a call that's already connected to COM1... The -C and -H options are mutually exclusive.
If you're trying to use Net2BBS as a replacement telnet server, do not pass any -C parameters at all. You'll use something along the lines of:
c:\ele\elebbs.exe -N*N -H*H -XT -XC -B115200
-XT: Use telnet session on provided socket handle -XC: Don't close
socket at end of session (let Net2BBS do the cleanup)
You're also going to need to set the startup directory to the proper node directory. I believe Net2BBS can use the *N macro in the directory definition, so something like C:\ele\Node*N\ for the start path. You may need to manually create a directory for each node you're going to allow since you no longer have the Ele telnet server available to do this for you.
Re: net2bbs help?
By: Shurato to All on Mon Jul 08 2024 09:13 pm
Debug: Cmd=c:\ele\elebbs.exe -N*N -H*H -C1 -B115200
This command line is telling EleBBS to use the socket handle *H on serial
port COM1 for a call that's already connected to COM1... The -C and -H
options are mutually exclusive.
If you're trying to use Net2BBS as a replacement telnet server, do not pass
any -C parameters at all. You'll use something along the lines of:
c:\ele\elebbs.exe -N*N -H*H -XT -XC -B115200
-XT: Use telnet session on provided socket handle
-XC: Don't close socket at end of session (let Net2BBS do the cleanup)
You're also going to need to set the startup directory to the proper node
directory. I believe Net2BBS can use the *N macro in the directory
definition, so something like C:\elede*N\ for the start path. You may
need to manually create a directory for each node you're going to allow
since you no longer have the Ele telnet server available to do this for you.
Re: net2bbs help?
By: Shurato to All on Mon Jul 08 2024 09:13 pm
Debug: Cmd=c:\ele\elebbs.exe -N*N -H*H -C1 -B115200
This command line is telling EleBBS to use the socket handle *H onserial
port COM1 for a call that's already connected to COM1... The -C and -H options are mutually exclusive.
If you're trying to use Net2BBS as a replacement telnet server, do notpass
any -C parameters at all. You'll use something along the lines of:
c:\ele\elebbs.exe -N*N -H*H -XT -XC -B115200
-XT: Use telnet session on provided socket handle -XC: Don't close socket at end of session (let Net2BBS do the cleanup)
You're also going to need to set the startup directory to the propernode
directory. I believe Net2BBS can use the *N macro in the directory definition, so something like C:\elede*N\ for the start path. You may need to manually create a directory for each node you're going to allow since you no longer have the Ele telnet server available to do this foryou.
My nf.bat @echo off rem c:\netfoss\ansi.com rem
c:\netfoss\netfoss.com c:\netfoss\netfoss.com %1 rem ** If running
a DOS based BBS, add " %1" to the end of above line ** if errorlevel
1 goto end c:\netfoss\netcom.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 c:\netfoss\netfoss.com /u :end
extract from nf.ini [Settings] ; Command=c:\netfoss\nf.bat
/n*N /h*H c:\pcb\pcboard.bat *N Command=c:\netfoss\nf.bat
/n*N /h*H c:\bbs\batde*N.bat
Node1.bat @echo off path=%path%;t:\slbbs c: set slbbs=t:\slbbs set DSZlog=t:\logs\dsz.log
t: cd \slbbs slbbs.exe 115200 14400 /C 1 rem slbbs.exe 115200 14400
/C 1 :end
That won't help me any, my BBS loads netfoss, not net2bbs. It's a win32
BBS,
not DOS. Thanks for trying, though!