I am trying to run a .bat file on a remote host from a web page. PSEXECSVC (on host) will hang and not close after the execution of the batch causing the server to wait indefinitely.
I need a little script that can cause it, when the remote PC starts, it copies a file located on my PC. I tried with psexec but can not.开发者_如何学Go
I\'d like to add psexec type functionality to an application, but I\'d like to have it in native Delphi. Ultimately my goal is to remotely execute a proc开发者_JS百科ess as SYSTEM, which will require
If I run this from my command prompt it works fine. psexec \\ServerName cscript.exe iisapp.vbs /a AppName /r
I use PsExec for executing several command line programs, but when I call my own build C# (.net 4.0) console app, PsExec does hang, and will not finish...
We are using Nant to deploy an application and need to create some MSMQ Queues during the process. We use Nant/psexec/cscript to call a VBScript to create the queue itself but we also need to set the
I\'m attempting to run a series of commands programmatically, read the erro开发者_高级运维r codes, and detect if these codes indicate success or failure so I can respond accordingly.
We are using Nant to deploy an application and need to ensure that a share is created during the process.
I\'m trying to execute a cmd file on a list of 48 computers.I don\'t want to execute and wait for completion sequentially because each cmd takes about 10 minutes to complete.WinRM isn\'t an option.Nei
I want to be able to use PsExec to start Internet Explorer, then load a particular website in the browser. I know how to start IE, just can\'t make a command that goes to a particular webpage. This is