1. Batch Change file Date property
Suppose we need to change the date of a file WXH.LOG, just create a new TXT file under the same folder and enter "COPY WXH" in it. Log+,, "and then save the file with the above method as Ls.bat, execute the ls.bat file, if you need to batch modify the date of the file, just each file in this format to write the same BAT file, and then execute the Ls.bat file, it is very simple.
2. You can change the file name extension without any setting
For example, when we want to create a new text file extension non-txt (WXH.ABC), when we save the file, we want to change the filename to WXH.ABC, when the system will default to add the txt extension, perhaps we all think of the method is to Folder options to open the extension hidden, Change the extension to OK, in essence there is a simpler way oh, only need to save the time, the file name with the half-width of the name of the quotation marks can be. ("WXH.ABC")
3, can automatically compare file content similarities and differences
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 Ls.bat, and store it in the same directory as A.txt and B.txt, then execute the ls.bat file.
4. Ability to quickly edit specific types of documents
If you want to open a non-txt extension of the file, such as a program source code file, the direct double-click is not possible, even if the choice is to set the association, it is obviously troublesome, if the "notepad" in the right click on the "Send to" menu is much more convenient, To do this, search for and open the SendTo folder under the current system account line in Explorer, and then create a new shortcut, and in the type the location of the Object text box, enter NOTEPAD. EXE, enter the name of the shortcut key in the next window "Notepad".