answersLogoWhite

0


Best Answer

type at DOS prompt CD c:\

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: DOS Command to go to the Root Directory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create a directory in MS-DOS?

To go back to the root (beginning) directory: cd\ To go to the directory above you: cd.. To go a directory below you: cd directoryname Of course, after you type the command, you have to hit the enter key.


How do you search fo a particular file in MS DOS?

Go to the root directory of the drive (eg c:\), then type: dir <filename> /s For example, to search for the file fred.doc, you would type: dir fred.doc /s Adding /s to the dir makes dos search all the subfolders, so starting in the root directory makes dos search the entire disk.


How do you search fo a particular file in MS-DOS?

Go to the root directory of the drive (eg c:\), then type: dir <filename> /s For example, to search for the file fred.doc, you would type: dir fred.doc /s Adding /s to the dir makes dos search all the subfolders, so starting in the root directory makes dos search the entire disk.


What is the command to view the contents of a directory?

Go to the directory by "CD" command say "CD MyDoc" and press enter.. Now run "dir" command to see the contents of the directory..


How do you change root directory in ms dos?

If you are going to change it from c to (let´s say) the floppy disk, just type a: And type c: to go back.


What is the key command for DOS?

Go to the Command prompt and run "help" command to see the command list..


How do you go to dos with Windows XP?

You cannot "go to DOS" in Windows XP. The closest analog is the command prompt, which can be opened by clicking Start > Run, and entering "command."


How do you consolidate csv data in one master file with help of DOS?

Go to the command window. (Press "Window Key" and "R", then type command and enter. Type copy c:\*.csv c:\File.csv and press enter This will combine all of the csv files that are in your root c:\ directory into one file called File.csv. You can change the file names and paths as necessary.


How do you go into DOS?

Start>All Programs>Accessories>Command Prompt


What command to change directory?

CD Example: CD <sub-directory> Use CD .. to go up a directory. You can also enter a full path to go straight to that directory. Eg: CD windows/system/etc


How do you find your ms dos version on your computer?

Go to the command prompt and run "ver" command..


What is the shortcut of ms-dos?

Go to Start -> Run and enter either "cmd" or "command"..