Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

SendKeys not executing

$
0
0

Team,

I am writing VBS to perform a number of SendKeys. All of the sendkeys commands work with the exception of:



set a = createobject("wscript.shell")
a.run "http://192.168.69.154/stalist.cgi"
wscript.sleep (8000)
a.SendKeys "{Enter}"
wscript.sleep (8000)
  a.SendKeys "^{a}"
  a.SendKeys "^(c)"

The problem lies in ^a and ^c. These do not seem to work correctly. There are a number of other sendkeys commands in this script, I am simply providing the troubled code.

Any thoughts would be appreciated.


Viewing all articles
Browse latest Browse all 15028

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>