remoting programm execution in another computer using win32com

Joined
Jun 20, 2007
Messages
1
Reaction score
0
hello everyone!

I have written a programm in Python which uses tool API. It executes a software but on the same computer. I wanted to know how should i do so that this program could execute the software, but in a remote computer. I tried to use the WMI command (windows management instrumentation) so that i could be connected to the remote computer. but i cant access the WIN32COM of th remote computer.

The program that im tryin to remote is:
from win32com import client
soft=client.dispatch("softname.softname")
cmand=soft.GetCDMToolbox()
bsuccess=cmand.Setsourcefile("file_path")
bsuccess = cmand.copy()

I tried to integrate the WMI command but didnt work. maybe i didit wrong cuz im still novice in Python
Could you help me plzzz????
thank u and have a nice day!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top