Subj : Re: net2bbs help? To : Nick Mackechnie From : Shurato Date : Wed Jul 10 2024 12:34 pm NM> > Re: net2bbs help? NM> > By: Shurato to All on Mon Jul 08 2024 09:13 pm NM> > Sh> Debug: Cmd=c:\ele\elebbs.exe -N*N -H*H -C1 -B115200 NM> > This command line is telling EleBBS to use the socket handle *H on NM> serial NM> > port COM1 for a call that's already connected to COM1... The -C and -H NM> > options are mutually exclusive. NM> > If you're trying to use Net2BBS as a replacement telnet server, do not NM> pass NM> > any -C parameters at all. You'll use something along the lines of: NM> > c:\ele\elebbs.exe -N*N -H*H -XT -XC -B115200 NM> > -XT: Use telnet session on provided socket handle -XC: Don't close NM> > socket at end of session (let Net2BBS do the cleanup) NM> > You're also going to need to set the startup directory to the proper NM> node NM> > directory. I believe Net2BBS can use the *N macro in the directory NM> > definition, so something like C:\elede*N\ for the start path. You may NM> > need to manually create a directory for each node you're going to allow NM> > since you no longer have the Ele telnet server available to do this for NM> you. NM> My nf.bat @echo off rem c:\netfoss\ansi.com rem NM> c:\netfoss\netfoss.com c:\netfoss\netfoss.com %1 rem ** If running NM> a DOS based BBS, add " %1" to the end of above line ** if errorlevel NM> 1 goto end c:\netfoss\netcom.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 NM> c:\netfoss\netfoss.com /u :end NM> extract from nf.ini [Settings] ; Command=c:\netfoss\nf.bat NM> /n*N /h*H c:\pcb\pcboard.bat *N Command=c:\netfoss\nf.bat NM> /n*N /h*H c:\bbs\batde*N.bat NM> Node1.bat @echo off path=%path%;t:\slbbs c: set slbbs=t:\slbbs set NM> DSZlog=t:\logs\dsz.log NM> t: cd \slbbs slbbs.exe 115200 14400 /C 1 rem slbbs.exe 115200 14400 NM> /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! -- Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp, ,wss) (Ports 22,23,110,21,119,8080) (ssh login 'bbs' pass 'shsbbs'). *** THE READER V4.50 [freeware] --- * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (21:2/148)