Twitist Forums
Please Give the syntax to the following using any name:make directory,check directory,change directory,remove? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Twitter forums (/forum-1.html)
+--- Forum: Twitter followers (/forum-5.html)
+--- Thread: Please Give the syntax to the following using any name:make directory,check directory,change directory,remove? (/thread-45309.html)



Please Give the syntax to the following using any name:make directory,check directory,change directory,remove? - Kufre-Abasi - 11-27-2012 06:28 AM




- sweetmulga - 11-27-2012 06:36 AM

C:/ md xyz - Make Directory
C:/ cd xyz - change directory
c:/ rd xys - remove directory

there is nothing like check directory


- Shabeeb - 11-27-2012 06:36 AM

To make directory.
md x

To remove directory.
rd x

To create sub directory in x

First we have to enter to directory x.

cd x

Now we have entered to directory x

Now we can create any number sub directory here using md.
i.e

md x
md y
md A
md B
md C
md E
etc.

To rename any directory.
for example if we want to rename the previous created directory A to L.
note that we are changing file name A to L.
then we have to enter
RENAME A L

To check any directory enter
Dir


To clear screen enter
CLS

my twitter
http://twitter.com/shabeebk99