• Image 1
  • Image 2
  • Image 3
  • Image 4
  • Image 5
  • Image 6
  • Image 7




Tuesday, June 12, 2012

CREATE AND DELETE FOLDERS THROUGH CMD


Hi.. welcome to my site in “We Are Knowledge”…. In here you want getting many IT knowledge.. In here to be found knowledge likely “dekstop programming”, “web programming”, “design”, and other… you can getting it in here…

Now, I want giving you method for making folder in CMD (command prompt)… but previous you must understand syntax it… Ok let’s read it …!!

Many syntax in CMD (command prompt)… But you only must understand for creating…

1. CD
CD (change directory) is command for exist the folder or fall back in root folder…

a. CD..                                    >> for fall back to previous folder
b. CD name_folder          >> for exist or enter to next folder


2. RD
RD (remove directory) is comand for deleting or remove the folder. In remove the folder you must exit from the folder and the folder should not be no contents.


3. MD
MD (make directory) is command for creating folder. In giving name folder not contain “space” because if you using it name the folder just show frist word.


4. TREE
TREE is command for saw structure directory.


Ok… we try it…

1. open command prompt..
    a. start >> run >> write “cmd”” >> enter
    b. press button windows + R >> write “cmd” >> enter

2. next, you was enter to command prompt..

3. if you will creating in “drive d” then you write ,,

D:                               >> enter
Md wak                   >> enter
Cd wak                    >> enter
Md we                     >> enter
Md are                    >> enter
Md knowledge    >> enter
Cd..                          >> enter
Tree wak               >> enter


And result is :

To be found folder “wak” in drive D and to fill folder wak is “we”, “are”, “knowledge”


And now.. we want remove the folder and its contents..

1. open command prompt..
     a. start >> run >> write “cmd”” >> enter
     b. press button windows + R >> write “cmd” >> enter

2. next, you was enter to command prompt..

3. write like this

D :                             >> enter
Cd wak                    >> enter
Rd we                      >> enter
Rd are                     >> enter
Rd knowledge     >> enter
cd..                          >> enter
rd wak                    >> enter


And result is :


and the folder “wak” and it’s contents was remove in drive D…


Ok.. just it…
I hope you understand with my article…
Thanks for you…
See you later..

No comments:

Post a Comment