I\'ve written a WCF service as a wrapper around a C# utility we\'ve written that uses the SysInternals psexec utility to run jobs on a remote system. psexec is invoked from C# with command-line parame
I\'m trying to call a PSExec task from CC.NET and running into some difficulties. Here\'s the CC project
I tried command like below. But can\'t see server time. psexec \\\\SERVER_开发者_运维百科NAME -i -u USERNAME -p PWD \"C:\\WINDOWS\\system32\\cmd.exe /c time /t\"
I\'m working on an ASP.NET\\C# application. I\'m trying to execute a process in a remote machine using system.Diagnostics.process and Sysinternals PsExec.
I am using the bel开发者_开发百科ow code to invoke PsExec.exe which invokes my console application in two servers, I am not able to grab the ProcessId of the invoked processes (my console apps).
Here\'s the scenario: Win2003 Build Server (CCNET) IIS7 target deployment server The various MSBuild tasks (Sdc.Tasks, MSBuild Community, MSBuild Extension Pack) for doing this (creating VDirs, se