How do i get command prompt to not be C:\WINDOWS and instead be just C:\
I have tryed to simply typing c: like you would to get into another drive letter however it just goes back to C:\WINDOWS
Thanks </noob>
How do i get command prompt to not be C:\WINDOWS and instead be just C:\
I have tryed to simply typing c: like you would to get into another drive letter however it just goes back to C:\WINDOWS
Thanks </noob>
(\__/)
(='.'=)
(")_(")
To change the shortcut permanently so it starts in C:\ (safer than C:\Windows anyway):Originally Posted by nvening
Right-click the shortcut
Click Properties
Change "Start in" entry to C:\
Click OK
To change the current working directory (cwd) to the root when in C:\Windows:
To move explicitly to the root: cd\
To go up 1 level in the folder structure: cd..
Last edited by Paul Adams; 13-03-2006 at 07:42 PM.
~ I have CDO. It's like OCD except the letters are in alphabetical order, as they should be. ~
PC: Win10 x64 | Asus Maximus VIII | Core i7-6700K | 16GB DDR3 | 2x250GB SSD | 500GB SSD | 2TB SATA-300 | GeForce GTX1080
Camera: Canon 60D | Sigma 10-20/4.0-5.6 | Canon 100/2.8 | Tamron 18-270/3.5-6.3
Thanks!Originally Posted by Agent
I tried both cd and c: but not together!!!
(\__/)
(='.'=)
(")_(")
I would guess that cd .. would have worked as well.
"Well, there was your Uncle Tiberius who died wrapped in cabbage leaves but we assumed that was a freak accident."
CD.. will indeed do the same
cd \ always takes you to the root of that volume.
throw new ArgumentException (String, String, Exception)
QFT!Originally Posted by TheAnimus
"In a perfect world... spammers would get caught, go to jail, and share a cell with many men who have enlarged their penises, taken Viagra and are looking for a new relationship."
cd.. takes you back 1 level.
There are currently 1 users browsing this thread. (0 members and 1 guests)