5 NotePad Tricks To Make You More Productive.





 Notepad is actually more use full than you think once you know how to use it. There are tons and tons of stuff you can do with it other than writing simple text documents.

Today I am going to go through a few things you probably didn't know about Notepad. Use full or not I find them cool.

Before we start all the files were going to make require you to end it in a .bat,  for example " random.bat ".  Also these NotePad tricks are guaranteed to work with Windows XP so test them out if you have a different Operating Systems and tell us what works. After we have that settled lets begin.



START PROGRAMS OR OPEN UP FOLDERS:

You can start programs in NotePad easily. All you need to do is open up NotePad and type

START " PROGRAM NAME HERE".EXE
for example "START NOTEPAD.EXE ".

Then we go to File-Save As type the name you want it to be called and remember end it with .bat not .txt or .html or any other just .bat. You can also open up folders by writing
START C://
.


OPEN COMMAND PROMPT

@echo off start


OPEN INTERNET EXPLORER OR FIREFOX

For IE it is
@echo off start iexplore
For Firefox it is
@echo off start firefox.exe


WRITE A MESSAGE

@echo off * ENTER MESSAGE HERE

HOW TO MAKE THE MATRIX

@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start




Hopefully you have found a few more ways to use NotePad if you have any other uses for NotePad please write a comment below and share.

 Image Credit


Share This Article!



Get all our new articles sent straight to your email! Its FREE!
Subscribe via Email

Edwin

Edwin is a blogger, tech enthusiast and proud owner of this blog, Guide Goods. He writes cool computer tips for you to read.
To get notified every time he writes anything new you can subscribe for free by either Email or RSS .

Blog Widget by LinkWithin
You can leave a response, or trackback from your own site.

Meet The Author

Edwin

Edwin is a blogger who loves technology. He likes to give awesome computer tips on his blog... read more »

RSS Feed Twitter Facebook Google

Recent Comments

Powered by Blogger
Back to top