Here are some Notepad Tricks....
1)
Well quite old but here is d complete collection
Step 1: Open Notepad
Step 2: Write following line in the notepad.
this app can break
Step 3: Save this file as xxx.txt
Step 4: Close the notepad.
Step 5: Open the file again.
2)
1> Open Notepad
2 > Enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters, and the last word
has five letters
3> DON'T hit enter at the end of the line.
4> Save the file.
5> Close Notepad.
6> Reopen Notepad.
7> Open the file you just saved.
3)
Open a note pad
type Bush hid the facts
save that file,
close it
again open and see...
4)Make The Matrix
To make this, open notepad and type the following:
@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random%
%random% %random% %random% %random% %random%
goto start
Save this file as Matrix.bat
5)Funny Virus
Copy this code and paste it in Notepad as Virus.vbs or *.vbs.
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
6)Convert Text into Audio
Open notepad.
Copy the code bellow.
Dim msg, sapi
msg=InputBox("Enter your text for Conversation | Tool by Irshad (http://pctricksonline.blogspot.com)","PC Hacks Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
Now save it as text_audio.vbs
Now open the file and type anything. Then click OK.
Home »
PC Tips And Tricks
» NOTEPAD TRICKS
NOTEPAD TRICKS
Related posts:
If you enjoyed this article just click here, or subscribe to receive more great content just like it.
Subscribe to:
Post Comments (Atom)