Windows 7 batch file modification method

  
Q: When I used Windows XP, because the word on the display is small, download the novel to the local hard disk, then modify the source file, and then enlarge the font. Now I bought a new computer, pre-installed Windows 7 Home Basic Edition, but found that the file properties have been read-only, can not be modified, how to modify the file properties in Windows 7 Home Basic Edition?

A: If you have a lot of source files, you can put them in the D:\\books path. You can click “Start→Accessories”, click “Command Prompt”, right click and select “Manage” Run as a member" Open a command prompt and type the following command:

attrib -rd:\\books\\*.*

You can change the properties of these source files in batches

Copyright © Windows knowledge All Rights Reserved