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
config:env [2023/02/11 16:40] – [Debian-based Linux] Add .bashrc example additions digital manconfig:env [2026/03/10 19:39] (current) – Update Windows section (e.g. remove Win9x reference) digital man
Line 22: Line 22:
 ===== Setting ===== ===== Setting =====
  
-==== Windows NT ====+==== Windows ====
  
-For Microsoft Windows NT-based operating systems (this includes Windows 2000XP, Vista, and Windows 7), goto the Windows Control Panel->System->Advanced->Environment Variables->System Variables->New... and set+For Microsoft Windows NT-based operating systems, go to the Windows Control Panel->System->Advanced->Environment Variables->System Variables->New... and set
   * Variable name: ''SBBSCTRL''   * Variable name: ''SBBSCTRL''
   * Variable value: ''c:\sbbs\ctrl''   * Variable value: ''c:\sbbs\ctrl''
-(replace ''c:\sbbs\ctrl'' with the full path to your ''[[dir:ctrl]]'' directory) 
- 
-==== Windows 9x ==== 
- 
-For Mirosoft Windows 9x-based operating systems, edit your ''C:\AUTOEXEC.BAT'' file 
-and add the line: 
-    SET SBBSCTRL=c:\sbbs\ctrl 
 (replace ''c:\sbbs\ctrl'' with the full path to your ''[[dir:ctrl]]'' directory) (replace ''c:\sbbs\ctrl'' with the full path to your ''[[dir:ctrl]]'' directory)
  
Line 41: Line 34:
 See https://wiki.debian.org/EnvironmentVariables See https://wiki.debian.org/EnvironmentVariables
  
-Example ''~/.bashrc'' addition that both sets the ''SBBSCTRL'' variable and adds the Synchronet ''[[dir:exec]]'' directory to the search path:+Example ''~/.profile'' addition that both sets the ''SBBSCTRL'' variable and adds the Synchronet ''[[dir:exec]]'' directory to the search path:
 <code sh> <code sh>
 export SBBSCTRL=/sbbs/ctrl export SBBSCTRL=/sbbs/ctrl