Practical tips for Windows comes with Notepad (1)

  

Notepad can be described as small and exquisite, small size, small memory, of course, small capacity, just because of small, so the opening speed is super fast, and the word and other old cattle pull Compared with the car-style software, using Notepad will definitely make you feel that it is called Hume. Today I shared it with you some tips on using Notepad. I hope it will help you in the future.
1, let Notepad automatically record the last time opened

Method: Write ".LOG" on the first line of Notepad (not including the apostrophe and capital letters, note that there is a point in front ), so that in the future open the Notepad file will know the last open time.

2, let Notepad automatically wrap

Every time you open a Notepad file, always display a line of long text, it is inconvenient to read, in fact, just select the format on the menu, then The line feed is checked, so the text will automatically wrap according to the size of the Notepad window.

3, let the Notepad on call

In the process of using the computer, Notepad can be considered as exhausted, and the place where it is used is old and old, but each time it can not be " Start /Program /Accessories /Notepad" or "Right mouse /New /Text Document", waste time not to mention, but also easy to misuse! Then let us call it, go to the system "%systemroot%system32" directory, find notepad.exe, right-click properties, press the shortcut key you want to use in the "shortcut" window, OK, but here Type a shortcut to start or switch to the program. The shortcut key automatically includes the Ctrl+Alt key combination. Press the key combination key to be added. For example, to define a shortcut key for the Ctlr+ALT+H combination, press H. You cannot use ESC, Enter, TAB, Spacebar, Print screen, Delete, or backspace as keys in a combination of keys. Other programs cannot use this key combination. If the shortcut conflicts with an access key in a windows-based program, the access key does not work. The access key is a letter or number, that is, when it is combined with the ALT key, it has the same effect as using the mouse click command.

4, use the Notepad to browse the web effects

Friends of the web will always test some web effects, anyway, I am doing a blog to test some fun code, every time I open some webpage editing The device or the software is really troublesome (the speed is really slow), in fact, it can be easily done with the notebook, and the speed of the notebook may be super fast.

Method: Paste the webpage code you want to test into Notepad, select "File/Save As", select the file name in English or English + number, suffix .html, such as haha.html, then Open IE and select "File/Open", find the haha.html file and hit seven, so you can preview the webpage effect in the browser.

5, use non-text information to filter non-text information

Notepad can only record plain text, using this point we can copy things online (may include text, pictures, forms, etc. The non-text information in the filter is filtered out, and the use of word will find out what forms, manual line breaks, paragraph format marks, etc. There are a lot of trivial problems, and manual deletion is particularly troublesome. If you just want to copy the text, you can copy the contents of the webpage into Notepad to filter the extra information such as the image, and then copy the text from Notepad to word for further editing, so that you can get really pure text. .

6, batch processing

This should be the most common way of Notepad, batch processing can naturally save a lot of valuable time and cumbersome process. For example, copying a file, copying a 1G movie from the E disk to the D disk, I personally tested it for this. If I still use the old method of copying/pasting between the E disk and the D disk, it takes 3 minutes and 30 seconds. If you use Notepad, edit it in Notepad: "copy e: movie d:" and save it as a file such as copy.bat, as long as the suffix is ​​named .bat, then run the file for batch processing. Copying the same 1G movie takes only 1 minute and 20 seconds, saving more than half of the time, which shows that its efficiency is high.




Copyright © Windows knowledge All Rights Reserved