Search found 2 matches

by s9kupusa
27 Nov 2012 22:42
Forum: DOS Batch Forum
Topic: Executing PsExec from a Batch File.
Replies: 2
Views: 11893

Re: Executing PsExec from a Batch File.

My Bet... I forgot to include the full folder path to the Batch file. When I compared the script used on the CMD vs. in the Batch file, the Batch file was missing a folder. It should have been: C:\TEST\PsExec.exe \\REMOTE-SERVER-A -u ABC -i -d cmd /c c:\MS\Batch\UPDT.bat The PsExec works fine now Th...
by s9kupusa
27 Nov 2012 13:45
Forum: DOS Batch Forum
Topic: Executing PsExec from a Batch File.
Replies: 2
Views: 11893

Executing PsExec from a Batch File.

Good Afternoon! I am fairly new to windows batch processing and have the following question for everyone. Requirement: Call a Batch file XYZ on Remote Server A from Server B I was able to successfully call the Batch file on the remote server using PsExec directly from CMD but when I encapsulate the ...