[py]
(re running remote processes)
| WMI will work, i can create a new Win32_Process.
OK, but remember that the process won't interact with the
desktop on the remote machine -- which may well be what you
want -- and also that the environment will likely be different,
unless you're connecting as
WMI will work, i can create a new Win32_Process. XML_RCP would be
nice, but probably to much for what i need.
thanks.
--
http://mail.python.org/mailman/listinfo/python-list
[py]
| I am trying to execute a batch script on a remote computer.
|
| The batch script looks like:
|
| @echo off
| start c:\python24\python.exe c:\a_script.py
|
|
| Here's the setup:
| Computer A (my computer), Computer B (the remote computer).
|
| So I map "W:" to Computer B and then copy t
I am trying to execute a batch script on a remote computer.
The batch script looks like:
@echo off
start c:\python24\python.exe c:\a_script.py
Here's the setup:
Computer A (my computer), Computer B (the remote computer).
So I map "W:" to Computer B and then copy the batch script to Computer
B.