ATI 2012 Batch Problem
Hello,
I'm backing up my Windows 7_X64_SP1 PC with ATI 2012 to a small QNAP backup station. In ATI-backup I defined a batch file as a pre command. In this batch file I call two programs: TrueCryt to close open Truecrypt volumes and plink... to start a command on the QNAP server. If I start the batch file manually in Windows, everything runs fine, if, I start it from ATI , however, the plink command will not run (message: not found, although plink is in the PATH (/Windows/System32)), but the Truecrypt command is still executed.
I tried to set UAC to lowest level, but nothing changed.
Does anybody have an idea why plink is not starting resp. found?
Many thanks in advance.
Wilfried

- Log in to post comments

Hi,
nothing of the above helped.
What helped, however, was to move the command plink.exe .... from the folder %WINDIR%\system32 to the foder c:\program files (x86) and adjust the batch script accordingly.
- Wilfried
- Log in to post comments

Thanks for the results posting. Why one wouldn't work and the other did is a mystery.
Grover
- Log in to post comments

I had a similar issue ...
this issue seems to be that probably some "interaction" is assumed by plink.exe.
Adding -batch parameter to the plink seems to have solved my issue.
- Log in to post comments