Simple Parameter passing
Posted: 06 Nov 2013 08:06
How do you pass parameters to a command? I want to do something like (Pseudocode):
"C:\Program Files (x86)\FLAC\flac64.exe" -6 -V <openmultipleitemsoneatatime>
so I can assign it to a custom button.
When applied to a .wav audio file, this command will convert it into a .flac audio file.
I have successfully assigned it to a "openwith" "multipleinstance" user command and a kb shortcut, I would like to create a 'script' so I can assign this to a button. All my efforts have failed because the parameters don't get passed correctly -- I get an error message that says "Failed to open -6"
Thank you.
"C:\Program Files (x86)\FLAC\flac64.exe" -6 -V <openmultipleitemsoneatatime>
so I can assign it to a custom button.
When applied to a .wav audio file, this command will convert it into a .flac audio file.
I have successfully assigned it to a "openwith" "multipleinstance" user command and a kb shortcut, I would like to create a 'script' so I can assign this to a button. All my efforts have failed because the parameters don't get passed correctly -- I get an error message that says "Failed to open -6"
Thank you.