kz
Member
Registered: 9th Aug 02
Location: Southend, Essex Drives: Mini Cooper S
User status: Offline
|
im in c:\documents and settings\kz or whatever, i type dir at the beginning to find all the files there... the directory "desktop" is there, i can display whats in the desktop (a folder called "new folder" is what i want) but how do i actually get into it?
in case that makes no sence i wanna be able to display whats in "new folder" ... how do i move up a level?
|
John
Member
Registered: 30th Jun 03
User status: Offline
|
cd
|
Reedy
Member
Registered: 11th Apr 04
Location: Hammersmith
User status: Offline
|
yeah so if your "new folder" is in your desktop,
C:\Documents and Settings\kz\Desktop\newfolder
should do the job.
|
kz
Member
Registered: 9th Aug 02
Location: Southend, Essex Drives: Mini Cooper S
User status: Offline
|
think i tried that, but ill give it another go...
and john, just "cd" on its own!? i know "cd.." goes down a level
|
John
Member
Registered: 30th Jun 03
User status: Offline
|
type in help /?, or whatever command /?, eg cd /?
|
kz
Member
Registered: 9th Aug 02
Location: Southend, Essex Drives: Mini Cooper S
User status: Offline
|
that has so confused me lol... so how do i get from
"V:\Users\kz" to "C:\Documents and Settings\kz\Desktop\New Folder"
|
Reedy
Member
Registered: 11th Apr 04
Location: Hammersmith
User status: Offline
|
quote: Originally posted by kz
that has so confused me lol... so how do i get from
"V:\Users\kz" to "C:\Documents and Settings\kz\Desktop\New Folder"
get to the c drive, then type:
"cd C:\Documents and Settings\kz\Desktop\New Folder"
do that and it will work, if it doesnt then there isnt a folder on the desktop
[Edited on 24-05-2007 by Reedy]
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
quote: Originally posted by Reedy
quote: Originally posted by kz
that has so confused me lol... so how do i get from
"V:\Users\kz" to "C:\Documents and Settings\kz\Desktop\New Folder"
get to the c drive, then type:
"cd C:\Documents and Settings\kz\Desktop\New Folder"
do that and it will work, if it doesnt then there isnt a folder on the desktop
[Edited on 24-05-2007 by Reedy]
you dont even need to get to the c drive with that line, just type that exactly on the v drive and it will work
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
this is also assuming your using the windows emulated msdos?
if your using true ms dos, then paths longer than 8 charcters will need truncating ie
progra~1 = program files
|
kz
Member
Registered: 9th Aug 02
Location: Southend, Essex Drives: Mini Cooper S
User status: Offline
|
nope. didnt work! just does nothing. no error popsor nothing. just stays at V:\Users\kz and i did also try getting into C:\ (cd c:\ ?)
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
You need to be on the top level of the directory. You usually start in C:/Windows or something. To go up a level you type 'cd ..' Keep on typing that until you are ate C;/
|