In this post i am going to show you some cool Notepad trick which can be used in your Windows PC. See below for trick and their tutorials.
Trick-1: Matrix Effect
Matrix effect is basically number flashes in green color. In this trick i will show you how to create matrix effect in command prompt window using Notepad.
Tutorial:
- Open Notepad.
Right Click > New > Text Document
- Copy the below code in Notepad.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
- Now save this file as 'Matrix.bat' [ .bat extension is must]
- Double click the file 'Matrix.bat' and you will see the matrix effect.
Trick-2: Make Personal Diary/ Log Book
Here i will show you how to use notepad as Digital Diary or Log book to keep records.
Tutorial:
- Open Notepad.
Right Click > New > Text Document
- On the first line of Notepad type .LOG (In Capital letters) and after that type anything that you want.
Then save the file.
- Now whenever you Open/Edit this file it will record the date and time. And show you the Date and time of last modification.
Trick-3: World Trade Center Attack
The flight number of the plane that had hit the World Trade Center on 9/11 (See Here) was 'Q33NY'. You can call this trick a coincidence or something else but you will definitely be amazed by this trick.
Tutorial:
- Open Notepad.
Right Click > New > Notepad
- Type "Q33N" (without quotes and in capital letters).
- In upper menu, Select Format and make these changes and click 'OK'
Font: Wingdings Font Style: Regular Size: 72 - Now see your Notepad file again.
No comments:
Post a Comment