Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / June 2007

Tip: Looking for answers? Try searching our database.

Dos command

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Richard - 30 Jun 2007 06:43 GMT
I used the "dir" command in dos to list all the folders and file in that
directory.  However, I want to go into a folder called "A" in the directory
just listed.  What is the command for this at the prompt?
Roger Govier - 30 Jun 2007 07:30 GMT
Hi Richard

cd A
if the folder is directly off the folder you are currently located.

Signature

Regards

Roger Govier

>I used the "dir" command in dos to list all the folders and file in
>that directory.  However, I want to go into a folder called "A" in the
>directory just listed.  What is the command for this at the prompt?
Michael A. Terrell - 30 Jun 2007 08:17 GMT
> I used the "dir" command in dos to list all the folders and file in that
> directory.  However, I want to go into a folder called "A" in the directory
> just listed.  What is the command for this at the prompt?

  There is a nice program called Directory Lister for Windows that
generates a HTML page with whatever directories you want on a computer.
I use it, along with a search & replace to do most of the grunt work to
create index pages for photos or PDF files.

http://freeware.prv.pl/

Signature

Service to my country? Been there, Done that, and I've got my DD214 to
prove it.
Member of DAV #85.

Michael A. Terrell
Central Florida

Don Guillett - 30 Jun 2007 15:20 GMT
ChDir Statement

Changes the current directory or folder.

Syntax

ChDir path

The required path argument is a string expression that identifies which
directory or folder becomes the new default directory or folder. The path
may include the drive. If no drive is specified, ChDir changes the default
directory or folder on the current drive.

Remarks

The ChDir statement changes the default directory but not the default drive.
For example, if the default drive is C, the following statement changes the
default directory on drive D, but C remains the default drive:

ChDir "D:\TMP"

Signature

Don Guillett
SalesAid Software
dguillett1@austin.rr.com

>I used the "dir" command in dos to list all the folders and file in that
>directory.  However, I want to go into a folder called "A" in the directory
>just listed.  What is the command for this at the prompt?
JLatham - 30 Jun 2007 15:26 GMT
Here are a couple of links that may help you in the future as you're working
in command line mode:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/n
tcmds.mspx?mfr=true

and
http://www.computerhope.com/msdos.htm

> I used the "dir" command in dos to list all the folders and file in that
> directory.  However, I want to go into a folder called "A" in the directory
> just listed.  What is the command for this at the prompt?
Barry Watzman - 30 Jun 2007 16:31 GMT
You could use:

C:\>DIR A\*.*

to get a directory of the folder without actually changing to it,

or you could use

C:\>CD A

To switch to the A folder (the prompt would then be C:\A>)

And then just plain "DIR"

> I used the "dir" command in dos to list all the folders and file in that
> directory.  However, I want to go into a folder called "A" in the directory
> just listed.  What is the command for this at the prompt?

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.