Jump to content

Recommended Posts

Posted (edited)

hi,

is it possilbe to get a script to either login for me, after schedualing it to run via windows schedualing. or to run in the backround when the computer is in locked or, user hasn't logged in yet, and still send key stroks?

Thanks,

hi, again.

I also tried to put the script as a service but it doesn't help:

run ("notepad.exe")
sleep (2000)
winactivate ("Untitled")
send ("abcdefg")
send ("!f")
send ("s")
send ("thisisatest.txt")
send ("{enter}")
send ("!{F4})
Exit

any idea anyone?

Edited by erezlevi

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...