Saturday, October 20, 2018

CMD Folder and File Options

Folder and File Options


1. Make a Folder

There will be created a folder after type the code  and typing Enter key.

The Code
md folder




2. Rename a folder


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


You can delete a folder by type the code  and typing Enter key.

The Code
rd




4. View list of all files in a folder

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


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

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

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

The Code
attrib -h -s -r /s /d

Related Posts:

  • Windows Password Hack There are 2 ways of resetting user password. 1. Renaming cmd.exe as sethc.exe 2. Using manage option Renaming cmd.exe as sethc.exe Require : A windows DVD(Windows 7 or Windows 8) Ability to use CMD(Command… Read More
  • Matrix Style CMD Screen You can create this by using notepad easily. Green colored numbers randomly goes up repeatedly. Steps : First open notepad. Win key + R then Enter Type notepad now Enter Then type These codes. … Read More
  • Speed Up Your Computer Virtual memory combines your computer’s RAM with temporary space on your hard disk. When RAM runs low, virtual memory moves data from RAM to a space called a paging file. Moving data to and from the paging file … Read More
  • Chatbot Generally speaking a bot is any software that performs an automated task, however we are interested in the class of bots that live online in chat platforms or on social media called chatbots. A chatbot is … Read More
  • Hide Files inside a Image First of all you should compress your files what you need to hide.Then Hide compressed file using a CMD(Command Prompt) code. After doing that when you double click you output(.jpg image) it will open as a ima… Read More

0 comments:

Post a Comment