The file format is SET OPTION=VALUE
Between the OPTION , the = and the VALUE are no spaces.
You can comment out any OPTION or completely remove the related setting line to use the default settings.
Example: SET COMPANY=ACME Corporation Limited
Default: SET COMPANY=-
*** User ..... : <USERNAME> *** Host ..... : <COMPUTERNAME>in the confidentially comment are not added.
Example: SET PERSONALINFO=False
Default: SET PERSONALINFO=True
Example: SET EXCLUDES="*/_old/*" "*/_old.zip" "*/Backup/*" "*/_alt/*" "*/_alt.zip" "*/* - Copy*" "*/.*.swp" "*/*.tmp" "*/*~"
Default: SET EXCLUDES="*/_old/*" "*/_old.zip" "*/_alt/*" "*/_alt.zip" "*/* - Copy*" "*/.*.swp" "*/*.tmp" "*/*~"
Example: SET SUFFIX=%Now%.ACME.zip
Default: SET SUFFIX=%Now%.zip
if %USERDOMAIN%==ACMECORP ( SET COMPANY=ACME Corporation Limited SET SUFFIX=%Now%.ACME-CO.zip ) if %USERDOMAIN%==ACMEHW ( SET COMPANY=ACME Corporation Hardware Branch SET SUFFIX=%Now%.ACME-HW.zip )
In this example the COMPANY and SUFFIX settings are defined based on the domain (%USERDOMAIN%) the command is executed in.
This is free software; see WA2LWinTools/man/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.