Command/Compiler Variables

How they work

When configuring External Commands or Compilers it is possible to use a number of variables in the application settings path and the LOG file path. These are described below.

Note: These variable names are all case-sensitive so, for example %File% will work, but %file% and %FILE% will fail to produce the expected results.

%File%

Full path name, including drive specifier, of current file.

Example:
C:\MyProg.exe "%File%"

Becomes:
C:\MyProg.exe "C:\Documents and Settings\user\This File.txt"

Note: The quotation marks around the variable name are required if the path name includes spaces.

%Dir%


%DosFile%


%DosDir%


%Name%


%Ext%


%Project%


%ProjectDir%


%PSPath%


%URLFile%


%HttpFile%


%PHPFile%


%SelText%


%Input%


%Word%


%Line%


%AppData%


%HomePath%


%Temp%


%UserProfile%


%WinDir%