I'm an Idiot, Can't Change Directory in Command

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

I Feel like an idiot for asking but it's been a long time since I've used
dos prompt or command.

From C:\WINDOWS\system32\command.com I get C:\Docume~1\DEFAULT>........I'm
trying to get to the C: drive but when I type in cd\c: - or anything else
for that matter I get invalid directory.

Could somebody please point out the mistake, I' trying to get rid of
spyware, plus this is something I should probably know.

Thanks,

Joe
 
I Feel like an idiot for asking but it's been a long time since
I've used dos prompt or command.

From C:\WINDOWS\system32\command.com I get
C:\Docume~1\DEFAULT>........I'm trying to get to the C: drive but
when I type in cd\c: - or anything else for that matter I get
invalid directory.

Could somebody please point out the mistake, I' trying to get rid
of spyware, plus this is something I should probably know.

try cd.. (twice)

i have win2k - are you using windows 98?
 
Joe said:
I Feel like an idiot for asking but it's been a long time since I've used
dos prompt or command.

From C:\WINDOWS\system32\command.com I get C:\Docume~1\DEFAULT>........I'm
trying to get to the C: drive but when I type in cd\c: - or anything else
for that matter I get invalid directory.

Could somebody please point out the mistake, I' trying to get rid of
spyware, plus this is something I should probably know.

1. Run CMD, not COMMAND.

2. cd \ <enter>

Rick
 
Joe said:
I Feel like an idiot for asking but it's been a long time since I've used
dos prompt or command.

From C:\WINDOWS\system32\command.com I get C:\Docume~1\DEFAULT>........I'm
trying to get to the C: drive but when I type in cd\c: - or anything else
for that matter I get invalid directory.

Could somebody please point out the mistake, I' trying to get rid of
spyware, plus this is something I should probably know.
Hi

To go to the root from any folder depth: "CD \"
To go one folder up: "CD .."
To go two folders up: "CD ..\.."
 
Shot and a SCORE!

Thanks very much, why don't they put that in help?


Joe said:
I Feel like an idiot for asking but it's been a long time since I've used
dos prompt or command.

From C:\WINDOWS\system32\command.com I get C:\Docume~1\DEFAULT>........I'm
trying to get to the C: drive but when I type in cd\c: - or anything else
for that matter I get invalid directory.

Could somebody please point out the mistake, I' trying to get rid of
spyware, plus this is something I should probably know.

1. Run CMD, not COMMAND.

2. cd \ <enter>

Rick
 
They actually do - you see several examples when you
type

cd /?

at the Command Prompt. The same applies to most other
commands.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top