|
FAQ | Members List | Calendar | Today's Posts | Search |
![]() |
Oct 24th, 2006 09:20 AM | ||
AChimp |
cd\ takes you to the root directory for the drive you're on. cd.. takes you up one level in the current path. cd ..\.. would take you up two levels, etc. Typing C: while you're in c ![]() |
|
Oct 23rd, 2006 07:00 PM | ||
kahljorn |
C: (that alone will bring you back to root C ) otherwise you could be going cd .. cd .. cd .. cd .. cd ... i don't remember but i think the amount of dots you use is for the amount of folders you want to go up. I could be making that up though. |
|
Oct 23rd, 2006 06:29 PM | ||
executioneer | yes | |
Oct 23rd, 2006 05:28 PM | ||
soundtest |
That's to go up a directory in *nix. Quote:
|
|
Oct 23rd, 2006 05:00 PM | ||
Supafly345 |
wait, dont Code:
cd .. |
|
Oct 23rd, 2006 02:48 PM | ||
executioneer | christ you people are young | |
Oct 22nd, 2006 04:58 PM | ||
Fathom Zero | Yeah, that's right. Thanks! | |
Oct 22nd, 2006 11:03 AM | ||
soundtest |
Isn't it: Code:
cd \ |
|
Oct 22nd, 2006 10:20 AM | ||
Alive | cd.. | |
Oct 21st, 2006 11:34 PM | ||
Fathom Zero |
DOS Command Help What's the command that takes you back to root so it looks like this?: C ![]() I forgot. :/ |