8 Notepad Tricks to Fun with PC

These are the Notepad tricks you might not have used before.Now its time to have fun.


  • Notepad to use as PC Diary
Open Notepad, Type .LOG inside and save the file as LOG.txt.
Write anything in it and it will saved whenever u edit it.

  • Notepad to Scan Antivirus
Open Notepad, Copy and paste the code given below in notepad file:

X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

Save the file with ".exe" Extension.  Eg: avirus.exe

  • Notepad to open DVD drive
Open notepad, Copy and paste the code given below in notepad file:


Set oWMP = CreateObject(“WMPlayer.OCX.7?)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Save the file with ".VBS" Exntension

  • Notepad the Shutdown PC
Open notepad, Copy and paste the code given below in notepad file:

@echo off
msg * Shutdown computer.
shutdown -c “Sleep Tight” -s

Save the file.

  • Notepad to Lock & Unlock Folders
Its time to lock your folder which is named as new in your C: Drive,
Type the Following Code :

ren  new new.{21EC2020-3AEA-1069-A2DD-08002B30309D}

Whereas the new is the name of the folder, Save the file as lock.bat in the same drive

Open another notepad and type the following text:

ren new.{21EC2020-3AEA-1069-A2DD-08002B30309D} new

Save the file as key.bat in the same drive.

  • Notepad to Type Slowly
Open notepad, Copy and paste the code given below in notepad file:

WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject(“WScript.Shell”)
WshShell.Run “notepad”
WScript.Sleep 100
WshShell.AppActivate “Notepad”
WScript.Sleep 500
WshShell.SendKeys “Hel”
WScript.Sleep 500
WshShell.SendKeys “lo ”
WScript.Sleep 500
WshShell.SendKeys “, ho”
WScript.Sleep 500
WshShell.SendKeys “w a”
WScript.Sleep 500
WshShell.SendKeys “re ”
WScript.Sleep 500
WshShell.SendKeys “you”
WScript.Sleep 500
WshShell.SendKeys “? ”
WScript.Sleep 500
WshShell.SendKeys “I a”
WScript.Sleep 500
WshShell.SendKeys “m g”
WScript.Sleep 500
WshShell.SendKeys “ood”
WScript.Sleep 500
WshShell.SendKeys ” th”
WScript.Sleep 500
WshShell.SendKeys “ank”
WScript.Sleep 500
WshShell.SendKeys “s! “

Save the file with ".vbs" Extension and close it.Now open the file and how slowly the messages display.

  • Notepad to Convert Text - Audio
Open notepad, Copy and paste the code given below in notepad file:

Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.techvorm.com","TechVorm Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Save the file with ".vbs" Extension

Hope you enjoyed this fun and cool Notepad tricks.

About Author
This post was written by a Zaheer Hussain Admin Of Innovate Bloggers. If you'd like to guest post for innovatebloggers check out our Post Article page for details about how YOU can share your tips with our community.Catch Him On Facebook

0 Comments “8 Notepad Tricks to Fun with PC”

Post a Comment

All Rights Reserved © 2014 Innovate Bloggers