Guest Kriss981 Posted December 17, 2007 Posted December 17, 2007 so considering i know nothing about programming, could this be done in vbscript?would it be like pages of typing or is it simple
gunsmokingman Posted December 17, 2007 Posted December 17, 2007 so considering i know nothing about programming, could this be done in vbscript?would it be like pages of typing or is it simpleSome thing like thisSave As SendKeyDemo.vbs Dim Act :Set Act = CreateObject("Wscript.Shell") Dim App :App =Act.ExpandEnvironmentStrings("%SystemRoot%\System32\cmd.exe") Act.Run App Act.AppActivate App WScript.Sleep 200 Act.SendKeys "{E}" :WScript.Sleep 250 :Act.SendKeys "{x}" :WScript.Sleep 250 Act.SendKeys "{i}" :WScript.Sleep 250 :Act.SendKeys "{t}" :WScript.Sleep 250 WScript.Sleep 700 Act.SendKeys "{ENTER}"
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