Hi,
i added the following text to my usercmd.ini and put em_nf_wizard on a shortcut. problem now is, that it does not work if the path/folder has spaces in it. it creates the file, but not in the acual folder.
thx for helping
[em_nf_wizard]
button=%commander_path%\Tools\New File Wizard\nf.exe
cmd=%commander_path%\Tools\New File Wizard\nf.exe
param="%P"
path=
menu=New File Wizard
New File Wizard - nf.exe
Moderators: Hacker, petermad, Stefan2, white
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
As a matter of fact, Windows removes the outer doublequotes at reading the value.param="%P"
Just double the doublequotes to overcome this.
Code: Select all
param=""%P""
#5767 Personal license