Command prompt

spikey101

New Member
I want to look into a folder using command prompt but i dont know the prompt, the folder is in the E: drive so do i type in E:\file name or is it something else.

Thanks.
 
you type the drive letter followed by a colon to change to a certain drive (e: )

you type cd (short for change directory) the type the full path to where you want to go. (cd windows\system32\whatever.ddd) That gets you there, but to see the content do a dir command, or dir /p for one page at a time. :)
 
I used to use command prompt at college to get past there security. Sometimes, when I was mega bored at lessons I would run games that would normally be unrunnable. It was a bad thing to do though :(
 
Back
Top