QAP User Variables are managed under:
Customize --> Options --> User Variables.
QAP will parse anything as long as you follow one simple syntax.
Code:
{QAPvar}=anything (ie a text string, folder path, path to a program, system variables, command line switches etc)
1. In QAP you can use a system variable like %COMPUTERNAME% in ANY shortcut or favorite.
2. You can ALSO assign any system variable to a QAP variable and use where ever you like.
3. You can ALSO combine the two.
Example 2 (assign a systemvar to a QAPvar, point 1 is skipped as it is basic, and a part of the operating system):
Example 3:
Code:
{pc}=%COMPUTERNAME%
Write something to the TEMP dir of a PC.
dir >%TEMP%\{pc}.txt
User variables may seem a little bit complicated at first, but they also makes your QAP life simpler.
-joeNOR