Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fun script - for anyone bored

Status
Not open for further replies.

bamber123123

Programmer
Jan 31, 2005
7
GB
place this script in [HD]:\Documents and Settings\All Users\Start Menu\Programs\Startup

Dim vo,net
set net=wscript.createobject("wscript.network")
Set vo = CreateObject("SAPI.SpVoice")
do
vo.speak net.username&" is an idiot"
loop

a not so useful use of Microsoft SAM. If anyone is looking for a useful use, you can adapt the script fittingly.

[NOTE: End the insults by CTRL+ALT+DEL>Processes>Wscript.exe>right click>end process]
Tested only with XP
 
FYI, it only works on XP.
 
Out of the box, yes. But the SAPI 4.0 and 5.1 SDKs are downloadable and redistributable for all Windows varianta except W95
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top