DW1 Posted December 17, 2007 Posted December 17, 2007 (edited) How would i push out a single exe to a client machine from the server, and have that exe run automatically on the client machine? Edited December 17, 2007 by danwilli AutoIt3 Online Help
martin Posted December 18, 2007 Posted December 18, 2007 How would i push out a single exe to a client machine from the server, and have that exe run automatically on the client machine?If you can install and have running another script on the other machine, say a script that always runs in the background, then you could send another exe and tell the script to run it. I assume that's not the case though. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
weaponx Posted December 18, 2007 Posted December 18, 2007 Psexec does exactly this. http://technet.microsoft.com/en-us/sysinte...s/bb897553.aspx
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