Synchronet v3.21e-Win32 (install) has been released (Mar-2026).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
monitor:sbbsctrl:properties [2016/08/26 19:16] – More tabs explained. digital manmonitor:sbbsctrl:properties [2025/08/04 14:50] (current) – [Login Command] Include syncterm example login command (FAQ) digital man
Line 10: Line 10:
 ==== Login Command ==== ==== Login Command ====
 The //Login Command// is what is invoked when the BBS->Login menu option is used. This is a telnet URI by default, pointing to //localhost// which should start the Windows default handler for Telnet connections, but you could put any command-line here. The //Login Command// is what is invoked when the BBS->Login menu option is used. This is a telnet URI by default, pointing to //localhost// which should start the Windows default handler for Telnet connections, but you could put any command-line here.
 +
 +If executing the telnet:/// URI doesn't work (you don't have an associated handler installed/enabled in Windows) or is handled by a different terminal program than you prefer, you could install [[resource:term|SyncTERM]] for Windows and change the //Login Command// to:
 +  syncterm telnet://localhost
  
 ==== Config Command ==== ==== Config Command ====