-a computer running Windows 95 or higher (won't work on Macs sorry macs :( )
-notepad
-ability to copy and paste
-a brain (sorry jellyfish)
Remove these ads by
Signing UpStep 1A Pad of Notes
First open notepad
Windows 95-2000
Start>Programs>Acessories>Notepad
Windows XP-7
Start>All Programs>Acessories>Notepad
Once you have notepad open go onto the next step.
| « Previous Step | Download PDFView All Steps | Next Step » |








































The only change I made was instead of saying every string as it was determined, I built a bigger string as the script executed, then at the very end issue one command to say that string. For example, instead of
Sapi.Speak hour(time)-12
I used
strSapi = strSapi & " " & hour(time)-12
and the last line of the script was:
Sapi.Speak strSapi
Made for a smoother output plus it works faster because you only need to make the speech api call once.
Also, my 'puter kept changing A.M. to "A meters", go figure, who'd a thunk the auto abbreviation expansion would go metric for my locale. I just changed that part of the string to be "A. M", adding a space before the M and removing the last period.
Nice to have this little script in my toolbox, I'm sure it will be useful down the road.
Jim
/* If you think the problem is bad now, wait until I fix it! */