hispeed_mike Posted October 10, 2006 Posted October 10, 2006 Hi all, This is the first time I have used variables and requesting user input. What I am wanting is to request a computer name and then be able to send the user input as text to a window. I have chosen notepad to start... I get the input box, but how do I take the info entered and then send it to the notepad window as text... Here is what I wrote... $var1 = InputBox("Computer Name", "Computer Name:", "", "") Run("Notepad.exe") WinWaitActive("Untitled - Notepad") Send $var1 (?????? This is the part I don't get....I tried to also use Send("$var") but obviously that just sends the text $var) Thanks
Moderators SmOke_N Posted October 10, 2006 Moderators Posted October 10, 2006 Send($var) Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
hispeed_mike Posted October 10, 2006 Author Posted October 10, 2006 Send($var) Thanks againa Smoke N... You always seem to be there for me...Hopefully I may help oneday...
Valuater Posted October 10, 2006 Posted October 10, 2006 Thanks againa Smoke N...You always seem to be there for me...Hopefully I may help oneday...you better put it in hispeed_mikelol8)
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