venkatb Posted August 6, 2008 Posted August 6, 2008 I want to interact with other computers on my network. Give me some clue for this...
venkatb Posted August 6, 2008 Author Posted August 6, 2008 (edited) Can i RUN a program (.au3) present on another computer on my Network...Please provide me with a clue...Can we do it with TCP options...Please help me with a sample code... Edited August 6, 2008 by venkatb
Zedna Posted August 6, 2008 Posted August 6, 2008 I think (but I'm not sure) you can use something like this: Run("\\computer_name\path_to_exe") Resources UDF ResourcesEx UDF AutoIt Forum Search
herewasplato Posted August 6, 2008 Posted August 6, 2008 Yes to both ways that I can interpret your question.AU3 is on remote computerConnect to remote computerLoad AU3 into local RAM......and run it locally.AU3 is on remote computerConnect to remote computerForce AU3 to run on remote computer.See this FAQhttp://www.autoitscript.com/forum/index.php?showtopic=37289Q9. How can I run my script on a remote computer over the network? [size="1"][font="Arial"].[u].[/u][/font][/size]
venkatb Posted August 6, 2008 Author Posted August 6, 2008 Yes to both ways that I can interpret your question.AU3 is on remote computerConnect to remote computerLoad AU3 into local RAM......and run it locally.AU3 is on remote computerConnect to remote computerForce AU3 to run on remote computer.See this FAQhttp://www.autoitscript.com/forum/index.php?showtopic=37289Q9. How can I run my script on a remote computer over the network?Hi...my question is different...assume that i have a shutdown.au3 program on a remote PC on my home network and i want to run that shutdown.au3 program by sending some command from my PC ...can i do this..help me with a sample program
herewasplato Posted August 6, 2008 Posted August 6, 2008 The TCP functions would work for this. Post the code that you have tried and maybe someone will help you out. [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now