Nov
20
I always thought that I was a command line guru but recently a pretty silly question had me, I opened Windows DOS Prompt by typing cmd in run . It landed me in the base of my user folder i.e D:\document and settings\MyUserName>
Now I wanted to jump to drive C:\ to run a program
I kept trying with cd C:\ and C:\ or chdir C: but they were wrong.
I wasted a good two minutes before realizing that the correct way to change drive in DOS prompt is to just enter the the Driver letter of the partition where you want to go
all I had to do was to type c: and that would take me to C drive
the example is also show below
D:\>
D:\>
D:\>c:
C:\>
Related posts:
- How to Change MTU size Linksys WRT54G Sometimes certain applications require you to change the MTU size...
- Change Mode of Zoom ADSL modem Here is how you can change the mode of a...
- E72 – Change Email Access Point I was using the EDGE data connection from my provider...
- du command in linux du command in Linux is used too check the amount...
- Command to Extract .tar.bz2 files .tar.bz2 Are files that have been bzipped using the...
- FTP Files from Shell Script Here is a sample bash or shell script that will...
no comment untill now