Yesterday, 03:12 PM
I know you don't like getting involved with batch files, so I'm only including the command that's relavant.
"C:\Program Files\PuTTY\plink.exe" -ssh -pw ????? user@IPaddress ls "/usr/local/bin/ > /volume1/Volume_1/PostBatchLog.txt" > "C:\users\john\PostBatchLog.txt"
It's a simple command to output a directory from my NAS.
If I put this command in PostCancel.bat, and execute the batch file directly in windows, it works fine.
If I have it run automatically after canceling a recording it doesn't work.
"C:\Program Files\PuTTY\plink.exe" -ssh -pw ????? user@IPaddress ls "/usr/local/bin/ > /volume1/Volume_1/PostBatchLog.txt" > "C:\users\john\PostBatchLog.txt"
It's a simple command to output a directory from my NAS.
If I put this command in PostCancel.bat, and execute the batch file directly in windows, it works fine.
If I have it run automatically after canceling a recording it doesn't work.