Question; I found the Void Function AutoStartEvent, but what do I do to get to the "end event function statement?"
BOB SOUTAR.ONWARD THRU THE FOG -----Original Message----- From: Jfw [mailto:[email protected]] On Behalf Of Dave Farfar Carlson via Jfw Sent: Wednesday, May 28, 2014 6:49 AM To: The Jaws for Windows support list. Subject: Re: Personalised JAWS Greeting on Startup Here's something I kept from long ago... with JAWS loaded: 1. press JAWS key 0 to go to the script editor 2. press shift control D to bring up the default script 3. locate the Void Function AutoStartEvent () 4. add the following lines just before the EndFunction statement SayString("Greetings John Smith , ") SayString("you are running Jaws version 7 point 0 0 point 1 3 5 U ,") saystring("Today is") Say ( SysGetDate(), ot_string) Say (SysGetTime(), ot_string) 5. change John Smith to whatever you want and change the version number to whatever version you are running 6. save the script with control s It should compile correctly otherwise correct any errors and resave. Dave Carlson Future Oregonian, real estate wizard, retired, full-time Farfar, musician, and woodworker ----- Original Message ----- From: "Darran Ross via Jfw" <[email protected]> To: "Jaws for Windows" <[email protected]> Sent: Wednesday, May 28, 2014 5:13 AM Subject: Personalised JAWS Greeting on Startup Hi List. Many many moons ago someone produced a script that allowed you to change the JAWS startup message to one of your own choice. Does anyone by any chance know, or still have, those directions? Regards. Darran -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/201405 28/5540b0b6/attachment.html> _______________________________________________ Jfw mailing list [email protected] http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com _______________________________________________ Jfw mailing list [email protected] http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com _______________________________________________ Jfw mailing list [email protected] http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com
