PsExec returning "the system cannot find the file specified"

1.3k views Asked by At

I am trying to open a program remotely from another pc. I am using this command for psexec:

psexec.exe -accepteula -s -d -i 2 -w C:\Tools \\192.168.1.1 -u Login -p Pass C:\Tools\program.exe

If I issue this command the response is "the system cannot find the file specified", but I assure you, the file is there on the pc this command is being sent to. The pc I am issuing this from is windows 7 and the pc receiving this command is windows 8.1. This same command works going from windows 7 to windows 7. Is there something I can change in my command to get this to work in windows 8.1? I have read that older versions of psexec could fix this issue, but I can't find any downloads earlier than 2.44.

0

There are 0 answers