|
||||||
| FAQ | Members List | Calendar | Today's Posts | Search |
Topic Review (Newest First)
|
| Oct 24th, 2006 10: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 08: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 07:29 PM | ||
| executioneer | yes | |
| Oct 23rd, 2006 06:28 PM | ||
| soundtest |
That's to go up a directory in *nix. Quote:
|
|
| Oct 23rd, 2006 06:00 PM | ||
| Supafly345 |
wait, dont Code:
cd .. |
|
| Oct 23rd, 2006 03:48 PM | ||
| executioneer | christ you people are young | |
| Oct 22nd, 2006 05:58 PM | ||
| Fathom Zero | Yeah, that's right. Thanks! | |
| Oct 22nd, 2006 12:03 PM | ||
| soundtest |
Isn't it: Code:
cd \ |
|
| Oct 22nd, 2006 11:20 AM | ||
| Alive | cd.. | |
| Oct 22nd, 2006 12:34 AM | ||
| Fathom Zero |
DOS Command Help What's the command that takes you back to root so it looks like this?: C I forgot. :/ |
|