Lets try something that a tiny bit different here...
Get the Command Prompt up - make sure you are in the C drive if not type
in
'C:' without the single quotes and hit enter. If you're not in the C drive
this will put you into C's root.
If you are in the C drive go to the root - do a 'cd \' and hit enter
(that's
a cd with a space and then a \). Now you will be in the root of the drive.
From here to make it a little easier to traverse through directories -
instead of having to worry about spaces and long file or folder names -
without putting the c:\ at the beginning do this:
cd d <- from here keep hitting the Tab key until you see
"Documents and Settings" and hit enter
cd d <- keep hitting Tab again until you see dave and hit enter
cd m <- yup, you guessed it, Tab here also until you see "My
Documents", hit enter
This should get you to your My Documents folder. This is a shortcut where
all you have to do is type cd then the first letter of the folder and hit
Tab
until you see the folder you want. This also works for (and is very very
handy for) working with files with long names - so that you don't have to
do
something like: del
wiiambvknaiidmcoocaniiel_847763829947784_fiujiqmviif.dat
to delete a file with a really long and annoying name. In this case you
would
only have to do this: del w (hit Tab as many times as it takes for this
file
to come up) and hit enter.
-Dan