hi
i have trigger event in remote machine (running test suite in testcomplete) through PSEXEC tool from local machine.
testcomplete launches and runes the suite,but it doesn't recognize the process.
here is code (trigger event from local machine to remote machine)
cmd /c psexec -i 2 -u win\username -p password \\192.168.X.XX C:\Working\script.bat
thanks in advance