Folder and File Options part 2


4. View list of all files in a folder


Example

You will be able to all list if files and the folder after type the code  and typing Enter key.

The Code


dir



5. Change extension of a file




Example

rename "file name with extension" "file name with new extension"

You can change extension of any file in the folder after type the code  and typing Enter key.

The Code


rename


6. Hide folders and files


Example

You can hide files or folders after type the code  and typing Enter key.

The Code


attrib +h +s +r /s /d


7. Show folders and files


Example

You can get visible hidden files or folders after type the code  and typing Enter key.

The Code


attrib -h -s -r /s /d

No comments:

Post a Comment