|
|
|
| Using variables |
|
What is variable?
Instead of using direct path in Sessions, Synchronize It! lets you configure a Variable - text name you can use instead of path. This can be useful in several cases:
- if your path is very long, or you work with several similar paths, it maybe easier to use short text names instead;
- if you often move your working folder (or work on different PCs), you will have to change Sessions everytime you move. With Variables you can simply change it in one place and all your Sessions will use new path automatically;
Using variables
To use Variable, just enter it with following syntax: $(VarName). You can also choose it using browser by pressing arrow button next to Source\Target fields.
Adding your own variables
You can add\modify your own variables in .
Using system variables
In addition to your own variable, you can also use system environment variables with following syntax: %VarName%
Special variables
- %D,%M and %Y will expand to day, month and year number respectively.
- %:\ will expand to the same drive letter, on which wndsync.exe is located at the moment - this is useful when configuring flash drive based sync tool.
- You can also use relative pathes - it will be expanded from the folder with wndsync.exe.
|