Hi again,

I followed your instructions precisely, but I am still doing something
wrong.
When I paste the script, leaving everything exactly as it is said only
changing "username" to my choice.  I press F2 and I get a loud beep and then
it syas "void filler..." and some other stuff.
I tried skipping the step and going with the CTRL+S and I get a number of
"script compile errors.
What am I doing incorrectly? I should add that I'm using a windows xp
system.

Thanks for any suggestions
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/

Reply via email to