iHonda Posted May 17, 2006 Posted May 17, 2006 ok j/w is there a way for me to run scripts on another computer on my home network from my laptop. my reason:: my grandfather has no clue what disk clean up is or does nor does he know how to do it. i would like to be able to run a maintinance wizard from my laptop on his computer so that he doesnt kno im doing it. he gets grouchy if i do stuff for him cuz i dont explain it bcuz i already have like a dozen times. let me know if i can run this sort of thing on my home network i have a very simple wireless/ wired router. A great place to start Autoit 1-2-3
jvanegmond Posted May 17, 2006 Posted May 17, 2006 I recently made a Remote Client that you could send simple functions to. Right now i'm working on a script-runner that you have to connect to by IP adress and then you can Execute any script you like on that PC. There's no fixed solution, you will probably have to think of a way to make the connection, send the script, and run the script. So good luck! github.com/jvanegmond
druiddk Posted May 17, 2006 Posted May 17, 2006 A very easy way to get started (not using AutoIT though) would be to use PsExec...
iHonda Posted May 18, 2006 Author Posted May 18, 2006 druiddk said: A very easy way to get started (not using AutoIT though) would be to use PsExec... where can i get that?? A great place to start Autoit 1-2-3
BigDod Posted May 18, 2006 Posted May 18, 2006 You can get it Here Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
autoguy100 Posted May 19, 2006 Posted May 19, 2006 druiddk said: A very easy way to get started (not using AutoIT though) would be to use PsExec... One important issue to not while executing Autoit scripts remotely, The remote PC should be logged ie console should be running or the remote PC should in autologin mode, otherwise your scripts will not be executed.
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