Hi,
I'm trying to open, activate, move the mouse around, sendkeys to, and then
close an application from a web page. ie
* go to web page hosted on work computer from home
* work computer opens microsoft word
* work computer writes a few lines
* work computer closes microsoft word
Is this possible?
I've tried the following:
set w = createobject("WSCRIPT.Shell")
w.AppActivate("Microsoft Word")
w.SendKeys("hello me")
(this assumes microsoft word is open)
and it runs the web page without errors (but nothing happens!)
Any help would be greatly appreciated.
Thanks,
Matt