| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
||||
|
||||
|
Using the SENDKEYS METHOD of WSH
Set WshShell = WScript.CreateObject("WScript.Shell")
wshshell.run "cmd.exe" On Error Resume Next Err.Clear Wscript.Sleep(1000) WshShell.SendKeys "{ENTER}" Wscript.Sleep(1000) WshShell.SendKeys "{DOWN}" Wscript.Sleep(1000) WshShell.SendKeys "{DOWN}" Wscript.Sleep(1000) WshShell.SendKeys "This is my Typed text" Read Complete Article |
![]() |
| Viewing: ASP Free Forums > Programming > Code Bank > Using the SENDKEYS METHOD of WSH |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
![]() |
|