Login | |
|
 |
Re: Remote Script Execution - 4/19/2005 6:08:01 AM
|
|
 |
|
| |
kirrilian
Posts: 628
Score: 3
Joined: 3/15/2005
From:
Status: offline
|
wsh version on each machine?
|
|
| |
|
|
|
 |
Re: Remote Script Execution - 4/20/2005 4:11:05 AM
|
|
 |
|
| |
kirrilian
Posts: 628
Score: 3
Joined: 3/15/2005
From:
Status: offline
|
quote: Originally posted by kirrilian wsh version on each machine?
|
|
| |
|
|
|
 |
Re: Remote Script Execution - 4/20/2005 8:45:28 AM
|
|
 |
|
| |
token
Posts: 1917
Score: 0
Joined: 1/14/2005
From:
Status: offline
|
quote: Originally posted by Atanu Thanks all, But i tried it still its not working. I have also set the Remote flag of registry for both the Machines to 1. now, let me tell you the real problem.-- i have an exe on each machines in the network and want to invoke that exes thru a vbs code residing in my machine. For execution in each system, i just need to change the parameters for remote files in the script in my machine. The remote exe can be invoked thru a simple vbs file to be residing in each of these remote machines. this vbs file contains some object creation codes and parameter passing that helps the remote exe to run for different settings. Can anyone give me a real example of how to do it using any standard exe, say internet explorer. please mention the settings also. Also, note that to invoke the exes i need to invoke the remote scripts residing in the remote machines.... thanks in advance.
First of all, if you state your REAL problem in the beginning of the post, that would save a lot of typing and unnecessary quetions. Secondly, if I'm not mistaken, processes created remotely are non-interactive. What that means is that it cannot be used to interact with users; therefore, any output to the stdout or inout from stdin won't work. In your example of IE, it mostly won't work but you can try. This leaves you with one alternative method of retrieving output, that is, redirect them to a file and read the file afterwards. When you run the remote script, make sure you specify the full path for both the cscript and the secript it self. If you still have problems, please post all relevant codes.
|
|
| |
|
|
|
|
|