Speak message trick
Let’s start open a notepad file. And write this:-
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Save this file with name “Speak.vbs”
And now open it and write something in it and hit Enter.
Yes you can also shutdown your computer with the help of notepad just follow these steps.
Step 1: Open notepad and write the following.
@echo off msg * I am tired. shutdown -c “So, Bye Bye” –sStep 2: Save the file as shutdown.bat
Step 3: Now open the file shutdown and your computer will shut down on its after showing the message in it.
No comments:
Post a Comment