You do realize that every immediate command must be prefaced with "cmd /c"? Just checking. ![]()
[edit]
cmd /c "C:\Users\xxxxx\Documents\LabView Projects\flac.exe" -f abc.wav
From the help:
(Windows) To use a command that must be executed directly from a command prompt window, insert cmd /c before the command.
oops, billk beat me to it
Thanks guys! Now it's ok. ![]()
I have already tried with the cmd /c stuff but I don't know why it didn't work - probably a misspelling or something.
Could be that your quotation marks included the command line switches...