Saturday 18 June 2016

5 Tricks of Notepad

Tags



Notepad is the simplest editor Provide by Microsoft in Every version of Windows. It is helpful When we want to create a quick note. The file of Notepad are saved in .txt format Which is supported by every text editor

1. Created Diary on Notepad

This notepad tricks will allow you to create notepad note in such a format that whenever you edit your note, it will get saved with date & time. To do this, follow this Step.
Open Notepad
Type.LOG in the first line.
Save the file as Log.txt
Now, write something to the file and it will automatically get saved with edited date and time.

2. Matrix Falling Code Affected :

Copy and paste the code given below in Notepad and save the file as "matrix.bat" or *.bat.
@echo off
color 02
: tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

3. Make Your keyboard Type:

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code & save tricks.vbs or You will need to restart your computer to stop this. Try this after closing all important programs.
Set wshShell = wscript.CreateObject("WScript.Shell")
do wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
Send this file to your friends as an email attachment to see the fun

4.Shut Down your Computer :

Copy and paste the code given below in Notepad and save the file as "matrix.bat"
@echo off
msg * System will now shut down
shutdown -c “Bye!” –s

5.Continuously Notepad to your computer.

Notepad Tricks to play your friend. This Command open his/her notepad continuously Save this file .bat
@ECHO off
: top
START %SystemRoot%\system32\notepad.exe
GOTO top




# Happy Tricks😑


EmoticonEmoticon