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