what is cmd
how to hide a folder in cmd command
open command prompt start --> run --> CMD go to the particular folder with commad "cd <space> folder name" enter the below command "dir >> list.txt" it will create a list.txt file in the same folder
Add cmd to your statup folder
To hide the Folder:Open Command prompt in your pc* Click Start> Open RUN> Type cmd> type D:* type " attrib +h D:\abc" ( without any quotes)* It's Look like ( D:\>attrib +h D:\abc )EnterNow you see that in your D drive "abc" folder is vanish !!! You can not find it even in hiddern folder also.To revive the folder* Click Start> Open RUN> Type cmd> type D:* type " attrib -h D:\abc" ( without any quotes)* Look like ( D:\>attrib -h D:\abc )
"cmd" is short for "command".
in cmd type "md FileName" in the directory you want the folder. md= Make Directory. And where FileName is you would put what ever name you wanted.
if you mean what does cmd stand for then its: Command Prompt
When in Command(prompt) [Cmd] type: MD C:\Data <enter> It's as simple as that! Note: You must have the permission to create folders on C-drive..
The same command on a mac would be command key(cmd)+A any ctrl key command is the same as the cmd key on a mac
cmd
The best method to do this is to open the Command Prompt (Start -> Run -> cmd). Navigate to your folder (cd C:\[Your Folder]). Then type "del bak*" without quotes and all files starting with bak will be deleted.
cmd c: