Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

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
Next revisionBoth sides next revision
config:env [2010/02/22 19:49] – Add comment about passing ctrl as last argument. deuceconfig:env [2010/02/22 20:11] digitalman
Line 7: Line 7:
 ===== SBBSCTRL ===== ===== SBBSCTRL =====
  
-The ''SBBSCTRL'' environment variable **should** be set to the path of your Synchronet ''[[dir/ctrl]]'' directory, **especially** if Synchronet is not installed in the default installation location (e.g. ''/sbbs/ctrl'').+The ''SBBSCTRL'' environment variable **should** be set to the path of your Synchronet ''[[dir:ctrl]]'' directory, **especially** if Synchronet is not installed in the default installation location (e.g. ''/sbbs/ctrl'').
  
-If this variable is **not** set, most Synchronet programs **allow** passing the path to the ''[[dir/ctrl]]'' directory as the **last** argument.+If this variable is **not** set, most //Synchronet// programs **allow** passing the //path// to the ''[[dir:ctrl]]'' directory as the **last** argument.
  
 ===== SBBSEXEC ===== ===== SBBSEXEC =====
  
-The ''SBBSEXEC'' environment variable //may// be set to the path of your Synchronet ''[[dir/exec]]'' directory. This may be needed for some development situations.+The ''SBBSEXEC'' environment variable //may// be set to the path of your Synchronet ''[[dir:exec]]'' directory. This may be needed for some development situations.
  
 ===== SBBSNODE ===== ===== SBBSNODE =====
Line 27: Line 27:
   * 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)+(replace ''c:\sbbs\ctrl'' with the full path to your ''[[dir:ctrl]]'' directory)
  
 ==== Windows 9x ==== ==== Windows 9x ====
Line 34: Line 34:
 and add the line: and add the line:
     SET SBBSCTRL=c:\sbbs\ctrl     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)
  
 ==== bash/sh ==== ==== bash/sh ====
Line 44: Line 44:
  
     SBBSCTRL=/sbbs/ctrl && export SBBSCTRL     SBBSCTRL=/sbbs/ctrl && export SBBSCTRL
-(replace ''/sbbs/ctrl'' with the full path to your ''[[dir/ctrl]]'' directory)+(replace ''/sbbs/ctrl'' with the full path to your ''[[dir:ctrl]]'' directory)
  
 ==== csh/tcsh ==== ==== csh/tcsh ====
Line 54: Line 54:
  
     setenv SBBSCTRL /sbbs/ctrl     setenv SBBSCTRL /sbbs/ctrl
-(replace ''/sbbs/ctrl'' with the full path to your ''[[dir/ctrl]]'' directory)+(replace ''/sbbs/ctrl'' with the full path to your ''[[dir:ctrl]]'' directory)