Hello.

        I think you will find it much simpler to use the run command, available in
the Jaws scripting language.  Below is as ample of what I would write, were
I trying to bring IE5 on my machine.  Note that the folder, in which IE5
resides on my computer, may be ifferent in your machine.  Instead of
intern~1, for instance, you may have it in intern~2, using the shortened
file name conventions.  Anyway, here's what I'd write:

Script OpenI_Explorer()
;you might use f12 as the key to run this script.
SayString("opening internet explorer.")
Pause()
Run("c:\\progra~1\\intern~1\\iexplorer.exe")
EndScript

Good Luck.
At 01:45 AM 8/20/99 -0400, giannip46 wrote:
>Hey, I am trying to write a script to automatically launch my email program,
>using  Internet Explorer5.0.  You would   have to do a hole bunch of key
>strokes to accomplish this.  These key strokes are as follows:
>1 insert+F8
>2 either down arrow 8 times or press M to get to the mail
>3 press enter
>4 down arrow once you will then be on read mail
>5 press enter and my outlook express would open.  Below is a copy of the
>script that I tried to write for this.
>Script ReadMail ()
>SpeechOff ()
>PerformScript toolbar()
>Pause ()
>NextLine ()
>NextLine ()
>NextLine ()
>NextLine ()
>NextLine ()
>NextLine ()
>NextLine ()
>NextLine ()
>{Enter}
>Pause ()
>NextLine ()
>{Enter}
>Pause ()
>SpeechOn ()
>EndScript
>plain and simple, it don't work.  First jaws would stop speaking to me as
>soon as I typed the key convonation for the script, witch is
>control+shift+M.  Then I eliminated the speechoff and speech on functions
>all thow jaws would not lock up on me, the script still wouldn't work.  It
>just brings me the to the Tool bar and stops there.  It doesn't go any
>further.  It's as if every thing after the perform script statement doesn't
>exist.  Please help me. I am kind of new at writing Scripps, so be as clear
>as possible.  Thanks
>
>Gian Pedulla [EMAIL PROTECTED]
>
>-
>Visit the jfw ml web page: http://jfw.cjb.net

Jerry

-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to