Very interesting to learn it.
Many many thanks friends.


On 7/25/12, Kerryann Ifill <[email protected]> wrote:
> I don't mean to sound completely stupid, but when I looked at the bottom of
> your message I saw 2 sets of information that looked like it should be
> pasted broken with the state let greeting + good morning, etc., do I paste
> in everything including the info about letting greeting + or was that a
> note.
> Please pardon my stupidity on this one.
>
> Regards
> Kerry
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of David
> Sent: Tuesday, July 24, 2012 11:14 AM
> To: [email protected]
> Subject: Re: [JAWS-Users] Changing the Jaws Start up message
>
> Hello there;
>
> I will paste the script at the bottom;
> Here's how I ad the script.
>
> 1, I open notepad,
>
> 2, I paste in the text,
>
> 3, I make the necessary changes,
> To the following lines;
>
> Let UserName = ("YourName,")
> ;Replace the quoted text in the line above to match your name, making sure
> to leave the comma.
>
> SayString ("This is Windows7 JAWS Version 13.0")
> ;Change the version number in the above line to match your version of Jaws.
>
> Once I have made these changes,
>
> I press insert+0=script manager;
> I then press, ctrl+shift+d=default script manager.
>
> I next press, ctrl+end-key, to go to the bottom, and I then, press, the
> end-key to go to the end of the line, and press the enter key a couple of
> times.
> Now I paste in the script.
> The next step,
> Press, the f2key, now I start down arrowing until I hear;
> if (DefaultFirstTime == 0) then
> here I press the end-key to go to the end of the line,
> now I press the enter key.
> Here I type in the following;
> StartupGreeting ()
> Note the lef and right paren
> Now I press,
> Ctrl+s=compile,
> Then alt+f4.
> Now unload and reload jaws.
> You should hear,
> The added script information.
>
> Void Function StartupGreeting () ; written on 8/9/2005 by: Richard Justice
> ; Modified on 11/25/2009, by David Ferrin
>
> Var
> String CurDate,
> String CurTime,
> String Date,
> String Time,
> String Greeting,
> String UserName,
> String UserGreeting
>
> Let Greeting = ("good morning,good afternoon,good evening")
> Let UserName = ("YourName,")
> ;Replace the quoted text in the line above to match your name, making sure
> to leave the comma.
> Let Date = SysGetDate ()
> Let CurDate = ("the date is") + Date
> Let Time = SysGetTime ()
> Let CurTime = ("the time is") + Time
>
> If StringContains (Time, "A") then
> Let UserGreeting = StringSegment (Greeting, ",", 1) + UserName + CurDate
> +CurTime
> SayString ( UserGreeting )
> Else If StringContains (Time, "12:") then
> Let UserGreeting = StringSegment (Greeting, ",", 2) +UserName + CurDate
> +CurTime
> SayString ( UserGreeting )
> Else If StringContains (Time, "1:") then
> Let UserGreeting = StringSegment (Greeting, ",", 2) +UserName + CurDate
> +CurTime
> SayString ( UserGreeting )
> Else If StringContains (Time, "2:") then
> Let UserGreeting = StringSegment (Greeting, ",", 2) +UserName + CurDate
> +CurTime
> SayString ( UserGreeting )
> Else If StringContains (Time, "3:") then
> Let UserGreeting = StringSegment (Greeting, ",", 2) +UserName + CurDate
> +CurTime
> SayString ( UserGreeting )
> Else If StringContains (Time, "4:") then
> Let UserGreeting = StringSegment (Greeting, ",", 2) +UserName + CurDate
> +CurTime
> SayString ( UserGreeting )
> Else If StringContains (Time, "5:") then
> Let UserGreeting = StringSegment (Greeting, ",", 2) +UserName + CurDate
> +CurTime
> SayString ( UserGreeting )
> Else Let UserGreeting = StringSegment (Greeting, ",", 3) +UserName +
> CurDate
> +CurTime
> SayString ( UserGreeting )
> EndIf
> EndIf
> EndIf
> EndIf
> EndIf
> EndIf
> EndIf
> SayString ("This is Windows7 JAWS Version 13.0")
> ;Change the version number in the above line to match your version of Jaws.
> EndFunction
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of tim
> Sent: Tuesday, July 24, 2012 9:12 AM
> To: [email protected]
> Subject: Re: [JAWS-Users] Changing the Jaws Start up message
>
> Its going to say that little bit anyway, because its hard coded into the
> executable. But, you can add on to that with a script.
>
> At 10:16 PM 7/23/2012, you wrote:
>>Hi list,
>>
>>Is it still possible to reconfigure the jaws start up message to make
>>it say something other than "jaws for windows for ready"?
>>If there is, can you tell me how to.
>>
>>Regards
>>Kerry
>>
>>
>>For answers to frequently asked questions about this list visit:
>>http://www.jaws-users.com/help/
>
>
> For answers to frequently asked questions about this list visit:
> http://www.jaws-users.com/help/
>
>
> For answers to frequently asked questions about this list visit:
> http://www.jaws-users.com/help/
>
>
> For answers to frequently asked questions about this list visit:
> http://www.jaws-users.com/help/
>

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/

Reply via email to