Jump to content

Recommended Posts

Posted

assign it to a variable then send() or controlsend() after you hit ok

Posted

$var = InputBox('','')

$proc = Run('notepad.exe')

ProcessWait($proc)

ControlSend("Untitled", "", "Edit1", $var)

That'll do it. or send()

Posted

control send works better since even if it isn't active it will send to it

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
×
×
  • Create New...