Make your pc to say welcome message at startup
1) Create a new notepad file.
2) Type the following code in it
Dim_MSG,Speak
MSG="Welcome_to_your_PC"
Set Speak=CreateObject ("sapi.spvoice")
Speak.Speak MSG
Note: Put you own message in the place of "welcome to you pc" in the above code
3) Save this file as welcome.vbs
where to paste this file
For windows 7
C: Users- Username- Appdata- Roaming- Microsoft- Windows- Startmenu- Programs- Startup
For Windows XP
C: documents and settings- all users- Start menu- Programs- Startup.
1) Create a new notepad file.
2) Type the following code in it
Dim_MSG,Speak
MSG="Welcome_to_your_PC"
Set Speak=CreateObject ("sapi.spvoice")
Speak.Speak MSG
Note: Put you own message in the place of "welcome to you pc" in the above code
3) Save this file as welcome.vbs
where to paste this file
For windows 7
C: Users- Username- Appdata- Roaming- Microsoft- Windows- Startmenu- Programs- Startup
For Windows XP
C: documents and settings- all users- Start menu- Programs- Startup.
No comments:
Post a Comment