web pages using wsh 
Author Message
 web pages using wsh

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



Sat, 17 Aug 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. How do I set the users desktop to a web page using WSH (JScri pt or VBScript)

2. Passing variables from one web page to another web page using JavaScript

3. pass a form from web page to web page

4. pass a form from web page to web page

5. Using WSH to get a file from a FTP site in web

6. Problems with Wsh on my web page

7. Creating Web Pages with WSH

8. WSH in a web page??

9. WSH Script to save a web page as a text file - dialogue box problem

10. WSH/vbScript for SMTP and to get a web page (with a password)

11. WSH as a Web page script

12. WSH Version form Web page

 

 
Powered by phpBB® Forum Software