OK, here are they:My problem is that I don't understand what these macros do. So then, if I add "{FileName}" to the parameters list, what does that do? And if I add "{FileDir}", what does that do? And so on. That's what I would like some help with. Explanations and examples would be greatly appreciated from anyone. Thanks.
{FileName} - this is substituted by full path of file currently opened
{FileDir} - only directory of opened file
{FileNameOnly} - only name of file, without directory name
{FileNameShort} - short (8.3 form) name of file
{FileNameOnlyShort} - name only, wihout directory, of short (8.3) name
{PosPercent} - position of Viewer window, in percents (0..100)
{PosOffset} - decimal position of Viewer window (0..Unlimited)
{PosOffsetHex} - hex position of Viewer window (0..Unlimited)
For ex, if you open file FileName.txt and scroll it to bottom, then parameters
/File="{FileName}" /Pos={PosPercent}
mean
/File="C:\Directory\Filename.txt" /Pos=100