answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What command do you use to switch from drive A to drive C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the DOS command to switch drives?

You simply enter the drive letter followed by a colon. For example, when you start the command prompt, you will be in the C drive. if you want to switch to the D drive, you would type in 'D:' and hit enter: C:\Users\jdoe> D: D:\>


What command would you use to navigate to your H drive if you are currently in the C drive?

in command prompt you would type H:/.


How do you change drive in Command prompt 45k?

To just change the drive you are working on in a command window you can simply type the drive letter followed by a colon at the prompt. For example, type "D:" to switch to the D drive. This will switch you to the current directory in the target drive (each drive tracks its own current directory).If you want to change both the drive and the current folder in the target drive, use the /D option of the CD (change directory) command. For example, to change to the "Users" folder of the C: drive (regardless of the current drive or folder), type "CD /D C:\Users". Remember to put your target path in quotes if it contains spaces.Here are what the examples would look like in your command window:EXAMPLE 1C:\>D:D:\Current Directory>EXAMPLE 2D:\Photos>CD /D C:\UsersC:\Users>


What command would you use to completely format your C drive from the Dos prompt?

format /s c: should do the job.


If you suspect Io.sys or Msdos.sys is missing on the hard drive what command can you use to refresh these files?

ys c: SYS C:


What is the command to move data on drive c?

MD


What is the use of subst in dos detail please?

It is a substitute command. Use the SUBST command to substitute a drive letter for a path in order to treat a virtual drive (a reserved area rather than an actual disk drive) as a physical drive. Example: To create a virtual drive F for the path, SALES\LETTERS (under the root directory) of drive C, enter subst f: c:\sales\letters Read and write requests to either drive F or to C:\SALES\LETTERS will be stored in the C:\SALES\LETTERS directory area.


What command is used to defrag the drive from a command prompt window?

depends on the OS, but for most it is : defrag <DRIVE> example: defrag c:


What command will create a folder named data on the C drive?

When in Command(prompt) [Cmd] type: MD C:\Data <enter> It's as simple as that! Note: You must have the permission to create folders on C-drive..


What is the command to move data on drive c so that all clusters of a file are in contiguous location on the drive?

Defrag c:


What is the command to check drive c for errors?

Go to the C: prompt and type CHKDESK


How do you transfer files from one internal hard drive F to a second internal hard drive C on the same machine?

Use right click and copy command.