Just installed v1.09.01.
The program works well with standard executables (.exe) but for some reason, the program no longer likes double quotes around parameters when executing batch files.
For example, when I run this test:
C:\Program Files\bin\Test.bat %F1 "%2"
I get the following error message:
The filename, directory name, or volume label syntax is incorrect.
This is the most common error that occurs.
I get a similar error message when I run this (just an example):
C:\Program Files\bin\LAME.bat --decode "%N" "%NO.wav"
...returns this error message:
'C:\PROGRA~1\bin\LAME.bat" --decode "Test.mp3" "Test.wav' is not recognized as an internal or external command, operable program or batch file.
When I remove the double quotes from the parameters, these errors go away but of course, the programs don't work if the path or file name has spaces.
Thanks in advance for your assistance. Let me know if you need any additional information.