Page 1 of 1

$(SalDir) problem w/ "Initial Directory"

Posted: 04 May 2006, 15:23
by AbteriX
Ups, i miss $(SalDir) for Initial Directory in user menu.

e.g.

Command: $(SalDir)\MyTools\MemPad\Mempad.exe
Arguments:
Initial Directory: $(SalDir)\MyTools\MemPad\

i.e.
an app like mempad search for his files in his own directory...
otherwise thoose apps asks for the files.

And i am not allowed to leave this Initial Directory field empty.
Maybe i need a var like
Initial Directory: $(CommandDir)
to use the same homedir as the app in the command field.
Or therefore $(SalDir) for the Initial Directory field too.


But anyway thank you very much for this new $() variables till now :D

Re: $(SalDir) problem w/ "Initial Directory"

Posted: 04 May 2006, 17:13
by Jan Rysavy
AbteriX wrote:Ups, i miss $(SalDir) for Initial Directory in user menu.
Fixed, thank you for this idea!

Posted: 07 Jun 2006, 18:38
by AbteriX
Thank you.

-------------------------

Now i missed the $(SalDir) option for the packers command = path.

$(SalDir)\plugin\zipxx\unzip.exe
didn't work => Variable "SalDir" was not found.


Also $(SalDir) contains the backslash
so i must use
$(SalDir)plugin\
instead of
$(SalDir)\plugin\

Posted: 14 Jun 2006, 17:41
by Jerry
a+.

Posted: 12 Aug 2006, 11:46
by AbteriX
AbteriX wrote:Thank you.

-------------------------

Now i missed the $(SalDir) option for the packers command = path.

$(SalDir)\plugin\zipxx\unzip.exe
didn't work => Variable "SalDir" was not found.


Also $(SalDir) contains the backslash
so i must use
$(SalDir)plugin\
instead of
$(SalDir)\plugin\
Now i found that $(SalDir) didn't work for F4 Editor
in Renamer plugin | manual mode