1. Do not need any settings to modify the file name extension
For example, we want to create a new text file (WXH.ABC) with an extension other than txt, and when we save it, we change the file name to WXH.ABC. The system will secretly in the back and add the txt extension, perhaps we all think of the way to the folder option to open the extension to hide, change the extension is OK, in essence there is a simpler way.
When we save it, we can have a name with half-width quotes in the filename ("WXH.ABC")
2. Quickly edit specific kinds of files
If you want to open a file that is not a txt extension, for example, some kind of program source code files, directly double-click is definitely not, or on the dry broken open, even if the choice is to set the association, obviously also very troublesome, if the "notepad" put in the right mouse click "Send to" menu on the convenience of many. In Explorer, search for and open the SendTo folder under the current system account line, create a new shortcut, and enter Notepad in the text box where you type the object. EXE, enter the name Notepad for the shortcut key in the next window.
3. Mass Change file Date properties
Suppose we need to modify the date of a file WXH.LOG, just create a new TXT file in the same folder, and enter "COPY WxH." Log+,,, "and then save the file in the above method to Ls.bat, execute Ls.bat file, if you need to batch modify the file date, only each file in this format to write in the same BAT file, and then execute the ls.bat file.
4. Automatic comparison of file contents
There is no need for advanced tools or high version word,wps comparisons. Suppose we need to compare a.txt and b.txt2 files. Simply edit the text file and write a line of characters "FC a.txt b.txt>bianhua.txt" to save the file as a ls.bat. and stored in the same directory as A.txt and B.txt, then execute the ls.bat file.