|
You can enter environment variables as part of the directory name. SmartSync Pro expands these to the corresponding values when it runs the profile. Environment variables should be enclosed in % signs.
The following expand to their corresponding values based on the Windows environment variables.
%VAR% Value of the environment variable VAR
Special Variables
|
Description
|
%UserID%
|
Your last identity (see HKEY_CURRENT_USER\Identities\Last User ID)
|
%AppDir%
|
SmartSync Pro home folder. Usually "C:\Program Files\SmartSync Software\SmartSync Pro".
|
%AppDataDir%
|
SmartSync Pro data folder. Usually "C:\Documents and Settings\UserName\Local Settings\Application Data\SmartSync Software\SmartSync Pro".
|
%ProfileFiles%
|
Folder where SmartSync Pro stores profile's files like configurations, logs, etc.
|
%Date%
|
Current date in format YYYYMMDD (For example: 20090527)
|
%Time%
|
Current time in format hhmm (For example: 1251)
|
Example:
On a Windows system the folder name %WINDIR%\Media will expand to C:\Windows\Media.
|