Wednesday, March 11, 2015

Play Windows Startup tone then convey a message..

Description: This VBs will First play your Windows startup tone then Convey a message on screen.
you can any message by changing "your message here" field.
To use This VBScript Just copy the vbs code given below on notepad file and save it as myscript.vbs
To stop this VBscript..Open Task manager by Pressing ctrl+alt+del
and then click on Process tab and kill the process "Wscript.exe"

Set objVoice = CreateObject("SAPI.SpVoice")
Set objFile = CreateObject("SAPI.SpFileStream.1")

objFile.Open "Windows XP Startup.wav"
objVoice.Speakstream objFile
Wscript.Echo "your message here"




visit our page on fb for more:https://www.facebook.com/pages/Notepad-Codes/1410488562596904?fref=nf
THANKS for VISITING :D

No comments:

Post a Comment

Comment from here.