Jump to content

Recommended Posts

Posted

ok ive done the whole send( "hi" ) thing, but my minds gone blank. Im trying to open notepad and type Hello, so i did this,

Run( "notepad.exe" )

send( "hi" )

it opens notepad, but doesn't type hi, im confused.

Posted

Its trying to type hi before notepad is fully done loading.

You forgot the code

WinWaitActive("Untitled - Notepad")

Insert that between run and send

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
  • Recently Browsing   0 members

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