blue: -------------------------------------------------------------------------------- . Here's my "parameters" field: cite: -------------------------------------------------------------------------------- /FeD:\aaa\ %Dir%%File%--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- Hi blue, your parameter misses the quotes. cite: -------------------------------------------------------------------------------- /FeD:\aaa\ "%Dir%%File%"-------------------------------------------------------------------------------- . as you can read in the help: cite: -------------------------------------------------------------------------------- %Dir% Full path, including drive specifier, of directory in which current file is saved. Example: C:\MyProg.exe -o "%Dir%" ... Becomes: C:\MyProg.exe -o "C:\Documents and Settings\user\" Note: The quotation marks around the variable name are required if path name includes spaces. Also note that the %Dir% variable includes the trailing slash (\). -------------------------------------------------------------------------------- . -- greets, Stefan [img]http://pspad.milten.lima-city.de/Fan.gif[/img] (pleased user since 1722) [url=http://tinyurl.com/52xrj]inofficial FAQs[/url] + [url=http://forum.pspad.com/read.php?2,16286,page=2]Infos[/url] + [url=http://forum.pspad.com/read.php?6,24628]Special Settings[/url] <http://forum.pspad.com/read.php?2,42758,42773> PSPad freeware editor http://www.pspad.com
