Link to home
Start Free TrialLog in
Avatar of aflat362
aflat362

asked on

Win 2K - Cmd Line - CD Command - advanced?

Changing directories in the command line should be easy, it usually is.  This time I'm stuck.
I have a folder C:\java

Inside of this folder I have 2 folders named:

Core Java 2 Volume 1 Fundamentals

and

Core Java 2 Volume 2 Advanced Features

If my dos prompt is at C:\java and I want to change into the Core Java 2 . . . Folder what is the command?

I tried this:

C:\JAVA>cd "Core Java 2 Volume 1 Fundamentals"
Parameter format not correct -  "Core

and this:

C:\JAVA>cd 'Core Java 2 Volume 1 Fundamentals'
Too many parameters - Java

But no luck.

How do I do this?
ASKER CERTIFIED SOLUTION
Avatar of CrazyOne
CrazyOne
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aflat362
aflat362

ASKER

duh - I just figured it would say "Too many paramaters" or something.
W2k also supports a function that Linux has, you type the beggining and then press TAB and it fills it up for you. :)