Articles tagged with: notepad
Cool Tricks, Hacking Windows, Notepad Hacking »
Open the Windows command prompt and enter the following command:
assoc .extension=fileType
It’s that easy. What is happening here? Let’s break it down, just for fun:
assoc — Windows file-association command
.extension — the extension of the file for which you would like to associate
fileType — the type of file that you would like to associate with your extension
Some amazing and useful facts about the assoc function:
Type the command “assoc” without parameters to display a list of current file extensions
Any fileType value shown in the aforementioned list of file extensions may be used …
Notepad Hacking »
Are you tired of opening new instance of Notepad everytime you open a new Text Document? If the answer to the above question is Yes then you don’t have to worry about this anymore. You can use NotepadTabs to open different Text Documents in the same instance in form of Tabs as in Firefox.
ScreenShots
Features
Different from classic notepad, ‘Notepad Tabs’ gives the freedom to view multiple text files in a single Notepad just like in IE7 and Firefox, which saves you from the mess in the taskbar.
Allows to open txt files …
Hacking Windows »
Do u get irritated when acrobat reader takes 5/10 seconds to load when you want to open a pdf document. There is a way to speed up the loading.
1. Go to the installation folder of acrobat reader
(C:\program files\adobe\acrobat\reader\.. whatever)
2. Move all the files and folders from the “plugins” directory to the “Optional” directory. (I repeat.. cut and paste the files NOT copy & paste).
Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files.
Now your acrobat reader will …
Notepad Hacking »
1. Open a blank Notepad file
2. Write .LOG as the first line of the file, followed by a enter. Save
the file and close it.
3. Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the line after.
4. Type your notes and then save and close the file.
5. Each time you open the file, Notepad repeats the process.
