5 Best Notepad Tricks Must TRY IT.....
Create a Log or Dairy :
- Open the Notepad.
- On the first line type “.LOG” (without quotes) and press Enter for new line.
- Type anything in the second or third line and save the file.
- Notepad will automatically add a time & date log every time you open this file in the future.
Matrix Effect :
- Copy the below text in a notepad :
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
- Save the file with .bat extension. For eg Matrix.bat
No comments:
Post a Comment
Thank You for your Comments, We will read and response you soon...