Jump to content

Help with first $var and inputBox


Recommended Posts

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...