Redirecting output of an external program

Hi,

I'm trying to redirect the output of an external program via the ">"-function to a file.

"C:\Program Files (x86)\USB Safely Remove\usr.exe" STOP -d {sourcepath} > %TEMP%\USRResult.txt

While this works fine from the Windows Commandline, it doesn't from DO9. (The command is executed properly, but the file is not written).

Any ideas, what went wrong?

Yours,

Marc

Is your Opus button function type set to MS-DOS Batch function? If not, try setting it to that.

Great. That was the problem...

Works fine now. Thanks a lot.