Today i will show you a few computer tricks which is very interesting every one should know these tricks. These tricks are for fun.
1. Check your computer is Male or Female
Open Notepad and paste this code then save it on your desktop with name Genter.vbs.
CreateObject("SAPI.SpVoice").Speak"i love you"
Then double click on the icon and you will know the gender of your computer.
2. With this code your computer will start talking
Open Notepad and paste this code and then save it " Talk.vbs "
Double click on the icon and page will pop like this
Dim message, sapi message=InputBox("What do you want me to say?","How are you") Set sapi=CreateObject("sapi.spvoice") sapi.Speak message
3. With this code your PC will show Matirx effect
Open Notepad and past it then save with name Matrix.bat.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
I hope you will like these short tricks if yes leave your comment and share it with your friends.
1. Check your computer is Male or Female
Open Notepad and paste this code then save it on your desktop with name Genter.vbs.
CreateObject("SAPI.SpVoice").Speak"i love you"
Then double click on the icon and you will know the gender of your computer.
2. With this code your computer will start talking
Open Notepad and paste this code and then save it " Talk.vbs "
Double click on the icon and page will pop like this
Dim message, sapi message=InputBox("What do you want me to say?","How are you") Set sapi=CreateObject("sapi.spvoice") sapi.Speak message
3. With this code your PC will show Matirx effect
Open Notepad and past it then save with name Matrix.bat.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
I hope you will like these short tricks if yes leave your comment and share it with your friends.
No comments:
Post a Comment