Make matrix text floating using Notepad
Note: This is a harmless program and you can try out anytime anywhere
In Notepad
Type the following:
@echo off
color 2
echo
:start
%random%%random%%random%%random%%random%
goto start
Save the file as Matrix.bat (or any name with .bat extension)
Close notepad and double click Matrix.bat
Please note: The no. of times you put %random% defines the clearity of screen that means you [...]
Also filed in
|
|
Open CD-Rom using notepad trick
In notepad
Type the following (better copy and paste)
Set owMP = CreateObject(”WMPlayer.OCX.7″)
Set colCDROMS = oWMP.cdromCollection
if colCDROMS.Count >= 1 then
for i = 0 to colCDROMS.count - 1
colCDROMS.item(i).Eject
Next ‘ cdrom
end if
Save this file as cdrom.vbs (or any name with .vbs extension )
close notepad
Double click to open cdrom.vbs
Enjoy!!!!!
Also filed in
|
|
Open Command prompt (cmd) through Notepad
In notepad
Type Start
save file as command.bat (or any name with .bat extension)
close notepad
run command.bat
One more funny thing in this that if you type
start
start
start
start
and then save that file as .bat extension
it will open 4 cmd windows
Also filed in
|
|
Make shutdown through Notepad
(Note: we recommend you to read this full post first and then do the trick)
In notepad just type
shutdown -s (there is a space between shutdown and -s)
save the file as shutdown.bat (or anyname you want but with .bat extension)
a window will appear like this
Please note :This will shut down your computer in [...]
Also filed in
|
|
Have fun with DOS
This is trick just to scare any boby ….Its just harmless…..
put this command in your notepad: (copy and paste)
cls
:A
color 0a
cls
@echo off
echo Wscript.Sleep 5000>C:\sleep5000.vbs
echo Wscript.Sleep 3000>C:\sleep3000.vbs
echo Wscript.Sleep 4000>C:\sleep4000.vbs
echo Wscript.Sleep 2000>C:\sleep2000.vbs
cd %systemroot%\System32
dir
cls
start /w wscript.exe C:\sleep3000.vbs
echo Deleting Critical System Files…
echo del *.*
start /w wscript.exe C:\sleep3000.vbs
echo Deletion Successful!
echo:
echo:
echo:
echo Deleting Root Partition…
start /w wscript.exe C:\sleep2000.vbs
echo del %SYSTEMROOT%
start [...]
Also filed in
|
|
This is very scary trick you can scare your friend using this
In notepad type (better copy and paste)
text1=msgbox(”your text here”,52,”your title here”)
In the “your text here” area write anytext you want to be appear in popup.
In “your title here” write text which will define the heading of Popup..
like i have written..
text1=msgbox(”Do you love computereducationworld.com “,52,”Give [...]
Also filed in
|
|
Write ABCD.. with use of Nemeric keys in Notepad
In notepad
press alt key +65 (i.e keeping alt pressed and press 6 and 5) This is Capital A
press alt +66 is B
press alt +67 is C and so on… upto
alt+90 is Z
Small letters starts from
alt+97 is a
alt+98 is b and so on………
Also filed in
|
|
Open source code of a url in Notepad
In notepad click file>open
In file name box type the url of any site
like http://www.yahoo.com/
This will open the source code of desired site
Also filed in
|
|
Automatic insert date and time in notepad
In notepad there is a very good feature..
if you want to add date and time on each entry just add
.LOG
at the top of the your document
this will automatically stamp date and time on each entry.
OR
If you want to add Date and time manually
press F5 within notepad
[...]
Also filed in
|
|
Notepad Trick- 1
Open a note pad
type Bush hid the facts
save that file in whatever name you want say example.txt
close it
Now again open and see the magic
Notepad Trick - 2
Open Notepad
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 [...]
Also filed in
|
|
Note:
The EICAR test file (official name: EICAR Standard Anti-Virus Test File) is a file, developed by the European Institute for Computer Antivirus Research, to test the response of computer antivirus (AV) programs. It has no effect on your pc
Just type this in notepad
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*X5O!P%@AP[4\PZX54(P^)7CC)7}
save the file
Scan it with your antivirus
Also filed in
|
|
Notepad twin towers trick
Did you Know that your notepad has a story hidden inside………
The plane that hits WTC (world trade center) on 9/11 was Q33N
just type “Q33N” in notepad..
Increase the Font Size to 72
Change the Font to Wingdings
and see the result…
you will be amazed
Also filed in
|
|