Folder and File Options
1. Make a Folder
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKrnXdWw4Gv3Fvl4aTozkj3GSmCne_OfWQYXk1tnsv5kWaNXgQm-9bVkjKqaPaV7SDAmBD54la9ee2DhN9byqmVkUz1sJT-AXrQLi80kDz4U8I4eAXc6t4j8t9LHCoY9c3gp1vnpGfiDOZ/s640/md.jpg)
There will be created a folder after type the code and typing Enter key.
The Code
md folder
2. Rename a folder
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNS3xelAle8BQJRA-EtxhFYHzL3xM6Btpfe-XEUuKAIRCLEfYi5pl9mJwWBgQOMW-gf_3tMXhX5jmXHML8QKa4jhhyyhCn9hlzQOxxKXRqh4KwfT8GiNyT7iYWALLqZJtsN6-MzRIjfZs4/s640/rename.jpg)
You can rename a folder by type the code and typing Enter key.
The Code
rename
rename "folder name" "new name"
3. Delete a folder
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgp359ChH-G4vlcUQZ0F8kc3tvCzGmYMUiL-7Eg9JCzojjz_iy9mDL2VD4U7wr8cGoXzgSNyEXLkLPvpmJbPfym_PEtKxFXKr8tpkEWdUGuSMzIuY2l_MxthJauBrxb9A2XhpOvHIbYCPKF/s640/rd.jpg)
You can delete a folder by type the code and typing Enter key.
The Code
rd
rename "file name with extension" "file name with new extension"
4. View list of all files in a folder
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgX_yotNkhCy1Rh2TuxxOF4f2IZ1Vl-x7PWlZ_ZbmlAReS3HWM54LFDIVGPe2rWddRKYZZowk4b_001HHCWqhzqJ9DC0jFSfjVz7W-Ct6DcqZHH84SHoC8kCwwDNYbiWfEsNg1zJyt4GS6K/s640/dir.jpg)
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
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHVKldVNaW9MyrmujcKEFg0BwBmYAzYms53kjC26DsfMStOWJL_NvTJIqZ1v7DhP-o92_jjgxMMyxg2hDrQBmnX1h683PRRFTj3mepH_1nipPkut4-GUiAARAJLHAFqA20TYVZ2WBZVT7h/s640/ext2.jpg)
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
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTsw9vKqSbAjZ0WuLjCuTgmMQ6S3Lpx3d-PumKW67skA3hEGp2GKvcj3IlWA5pL4RBVVTaF4oxAGyDVItCazQd8AwAWOEWUvy3vN5243CjASfS9xfFBL6yLvyHtbMT-yrzZmL0yeM37Sd_/s640/hide.jpg)
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
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiczdxxqeKdZ5FkMPTgxoXzbYZx2HwX3cpiiWhSTVfF7NCzt1uOZH0f5fAUKObtAQorWspYy5bfgIac9yW0Ow0ONPLwPT5bxWe-jEMaw7AQSlr6l3HnxNrN64cFWAw1kIds0TWjn7AW1Usy/s640/show.jpg)
You can get visible hidden files or folders after type the code and typing Enter key.
The Code
attrib -h -s -r /s /d
0 comments:
Post a Comment