This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please Give the syntax to the following using any name:make directory,check directory,change directory,remove?
11-27-2012, 06:28 AM
Post: #1
Please Give the syntax to the following using any name:make directory,check directory,change directory,remove?

Ads

Find all posts by this user
Quote this message in a reply
11-27-2012, 06:36 AM
Post: #2
 
C:/ md xyz - Make Directory
C:/ cd xyz - change directory
c:/ rd xys - remove directory

there is nothing like check directory

Ads

Find all posts by this user
Quote this message in a reply
11-27-2012, 06:36 AM
Post: #3
 
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)