Hi,

When I start Becky mail, I want Window-eyes to start an autohotkey scriptfile. 
It is an exe file I have created.
I can use WE to load the exe file, but It seems to give strange effects to 
Window-Eyes, so it is better to load it another way.
I want WE to load a beckystart.vbs file and this vbs script will load the becky 
script exe file.

I have found the below script and this will work when starting the vbs file, 
but when loading it in Window-Eyes and starting it, It will not load. 
Window-Eyes will not execute this script because of the wscript object.
Does anybody know how I can start an exe file from a vbs file?

I have found the below script for visual basic:
Dim oShell 
Set oShell = WScript.CreateObject ("WScript.Shell") 
oShell.run "becky.exe" 
Set oShell = Nothing 

And yes: I can also make a autohotkey .exe file that will only load the 
becky.exe scriptfile, but I want it in a vbs if possible.

And I have created the autohotkey scriptfile for becky in autohotkey, so it can 
also be used when using jaws or nvda etc.

Regards, Marten

_______________________________________________
Any views or opinions presented in this email are solely those of the author 
and do not necessarily represent those of Ai Squared.

For membership options, visit 
http://lists.window-eyes.com/options.cgi/scripting-window-eyes.com/archive%40mail-archive.com.
For subscription options, visit 
http://lists.window-eyes.com/listinfo.cgi/scripting-window-eyes.com
List archives can be found at 
http://lists.window-eyes.com/private.cgi/scripting-window-eyes.com

Reply via email to