• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Command Prompt problem...

idNut

Diamond Member
When I start up command prompt in Windows XP it comes up C:\Documents and Settings\idNut> then it has me type in this area. Nothing seems to execute when it is like this. If I type C:\ to get rid of all that junk in front of it it gives me this error: 'C:\' is not recognized as an internal or external command, operable program or batch file. Then it gives me C:\Documents and Settings\idNut> again. Is there a way to clear this back to C:\?
 
cd .. takes you down one dir

cd \ takes you to root

C: D: ... Z: switches between drive letters.

But, "C:\" is not a command to change the path. You could type C:\<programname> to execute a program from that dir though. but then it won't look through the path to find it. But, if you are in docs\idnut> and type something that IS in your path it should execute. Type PATH and enter to see what's in the path. You can change the path (add/remove) under system icon advanced -> Environment Variables Button.
 
You could also modify your PATH statement to inlcude the directory or directories from which you want to run things, and not worry about changing directories...
 
Originally posted by: GermyBoy
you never used dos, did you?

Heh.. Command Prompt isn't really the same as DOS.

I remember using "C:\" to get to root, until I found out about "cd.."...
 
wow, dos, remember the days when people didnt care how man MHZ your comp was, but how fast you could type.😀
 
Back
Top