Cyber Posted March 10, 2009 Posted March 10, 2009 Hi! I try with: Opt("SendKeyDownDelay", 1000) Send("a") But don't work, it send a single "a" i try with: Send("{a down}") slee(1000) Send("{a up}") But don't work, it send a single "a" why? Help! Thanks! Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key
Authenticity Posted March 10, 2009 Posted March 10, 2009 Opt('SendKeyDelay', 0) Opt('SendKeyDownDelay', 0) Run('Notepad.exe') WinWaitActive('Untitled') $iInit = TimerInit() Do Send('{a down}') Until TimerDiff($iInit) > 3000 Send('{a up}') I have no better method at the moment. ;]
Cyber Posted March 10, 2009 Author Posted March 10, 2009 For now is done thanks Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key
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