4 cool notepad tricks and a bonus cmd trick
5 cool notepad tricks |
1.Open Notepad.
2.Type in
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random%
%random% %random%
goto start
3.Save the file as .bat.
4.Open the file you saved.
5.Done
2.Make computer speak to you
1.Open Notepad.
2.Type in
Dim message, sapi
message=InputBox(“What do you want me to say?”,”Speak to Me”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message
3.Save the file as .vbs.
4.Open the file you saved.
5.Done
3.Creating Log in notepad
1.Open Notepad.
2.Type in
.LOG
3.Save it with any name.
4.Open the file you saved.
5.Every time you open the file a new time log would get inserted.
6.Done
4.Playing with capslock
1.Open Notepad.
2.Type in
Set wshShell =wscript.CreateObject("WScript.Shell")
for i=1 to 25
if i<10 then
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
End if
Next
3.Save the file as .vbs.
5.Done
4.Open the file you saved.
Bonus CMD trick - Try and see what happens.
1.Open cmd as Administrator and type :
pkgmgr /iu:"TelnetClient"
2.Restart cmd as Administrator and type :
Telnet Towel.blinkenlights.nl
You can also buy COMPUTER TRICKS, SHORTCUTS, and FREEBIES, and computer money saving ideas for the novice user
Photo courtesy : worldartsme
posted by lol ik
Comments
Post a Comment