Loading ASP Free Topics...
Loading Forum Links...
Loading Dev Shed Topics...
Loading Dev Articles Topics...
Loading SEO Topics...
...
A Windows Code Example from ASPFree.
Set WshShell = WScript.CreateObject("WScript.Shell")wshshell.run "cmd.exe"On Error Resume NextErr.ClearWscript.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"