DOS/Command Prompt (1 Viewer)

Ernst

New Member
Joined
Sep 12, 2006
Messages
5
Gender
Male
HSC
2006
Ok, its been about 5-6 years since I've used DOs and i've forgotten everything. Can somebody explain to me how its used.

Also how do I get to this location in DOS:

C>Documents and Settings>User>Desktop>Folder

Any help or links will be very apreciated.
 

Lavenderpup

Member
Joined
Nov 8, 2004
Messages
234
Location
Sydney
Gender
Female
HSC
2006
long time no use but cd each bit aka. cd = change directory

i.e.:

cd \ --- that gets out of any other folder.. unless you're in a different drive in which its that, followed by cd C:\ then:
cd Documents and Settings
cd User
cd Desktop
cd Folder

there may be a faster method.. but s'if I've used it for 5-6 years either.
 

sunny

meh.
Joined
Jul 7, 2002
Messages
5,350
Gender
Male
HSC
2002
Lavenderpup said:
there may be a faster method.. but s'if I've used it for 5-6 years either.
If already in C:
Code:
cd "C:\documents and settings\user\desktop\folder"
Otherwise finish off with X: to change to that drive as well.

Having autocompleting with tab goes even faster :)
 

withoutaface

Premium Member
Joined
Jul 14, 2004
Messages
15,098
Gender
Male
HSC
2004
Slidey said:
Linux is better.
It's pretty much the same command structure for directories though, save cd .. instead of cd for going up a directory...
 

Slidey

But pieces of what?
Joined
Jun 12, 2004
Messages
6,600
Gender
Male
HSC
2005
True enough... but if I were going to go poking around in console I'd rather do it on Linux.

That said, it's good to know DOS since it can help with manipulating Windoze better.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top