Keithdib Posted October 24, 2011 Posted October 24, 2011 Hi all This is likely a simple one but I just cant seem to find the answer.. I have written an installer and all works well, but on one input screen I need to insert a server name. I have the server name and need this to be added to the correct input box. how do I script this to be done automaticaly? Thanks
sleepydvdr Posted October 24, 2011 Posted October 24, 2011 I think this is what you want: Send(@ComputerName) #include <ByteMe.au3>
JohnOne Posted October 24, 2011 Posted October 24, 2011 Alternatively ControlSetText()ControlSend() AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Keithdib Posted October 24, 2011 Author Posted October 24, 2011 Thanks..... I have managed to get the new server name to insert, but the example name simply moves to rhe right.. I need my new server name to over write the example, or to delete the example before it writes my new name... Any ideas? Thanks
sleepydvdr Posted October 24, 2011 Posted October 24, 2011 Send backspaces until the field is empty. #include <ByteMe.au3>
JohnOne Posted October 24, 2011 Posted October 24, 2011 ControlSetText() AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Keithdib Posted October 25, 2011 Author Posted October 25, 2011 Hi all I have sorted this now, thanks for all the help
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