Execute dos command with selected files as parameters
Posted: 14 Jul 2008 21:29
As the title states, how do I execute a dos command with selected files as parameters?
I went to the 'Manage User-Defined Commands' window, and added the following to the 'Open' category:
"E:\Utilities\Hash\Hash.exe" "-r" "-hash=md5" "<items>"
The result:
E:\Utilities\Hash\Hash.exe -r -hash=md5 <items>
I also tried this:
"E:\Utilities\Hash\Hash.exe" "-r" "-hash=md5" "<curitem>"
The result:
E:\Utilities\Hash\Hash.exe -r -hash=md5
Note that I do have (multiple) files selected.
Thinking that the native commands didn't work, I tried the following:
"E:\Utilities\Hash\Hash.exe" "-r" "-hash=md5" "<curpath>"
The result:
E:\Utilities\Hash\Hash.exe -r -hash=md5 E:\Temp\Boink bla
So, some native commands seem to work, but others not(?)
I went to the 'Manage User-Defined Commands' window, and added the following to the 'Open' category:
"E:\Utilities\Hash\Hash.exe" "-r" "-hash=md5" "<items>"
The result:
E:\Utilities\Hash\Hash.exe -r -hash=md5 <items>
I also tried this:
"E:\Utilities\Hash\Hash.exe" "-r" "-hash=md5" "<curitem>"
The result:
E:\Utilities\Hash\Hash.exe -r -hash=md5
Note that I do have (multiple) files selected.
Thinking that the native commands didn't work, I tried the following:
"E:\Utilities\Hash\Hash.exe" "-r" "-hash=md5" "<curpath>"
The result:
E:\Utilities\Hash\Hash.exe -r -hash=md5 E:\Temp\Boink bla
So, some native commands seem to work, but others not(?)