answersLogoWhite

0

What else can I help you with?

Related Questions

What is the command to check drive c for errors?

Go to the C: prompt and type CHKDESK


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:/.


What command do you use to switch from drive A to drive C?

To switch from drive A to drive C in a command prompt, you simply type C: and press Enter. This command changes the current working drive to drive C. If you need to switch back to drive A, you would type A: and press Enter.


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 does volume label mean in command prompt?

I believe it simply tells you what drive you are in. Such as C drive or D Drive.


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 command would you use to completely format your C drive from the Dos prompt?

format /s c: should do the job.


Get a c prompt?

A C prompt is when you go to the Start Menu and go to Run or the search bar and enter Command. From there, a black screen will pop up with the drive letter and the current folder/path.


When you double click on the drive cde then show massege open with. you solve this problem in command prompt but you forgetplz help you?

when i double click on the drive(c,d,e,)then show massege open with....... (i solve this problem in command prompt but i forget)plz. help me


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 is the command prompt of c language?

There is no such thing.


How do you fix corrupted recycle bin?

1. Open an elevated Command Prompt window. To open an elevated Command Prompt, click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.2. Type the following command and press ENTER:rd /s /q C:\$Recycle.bin(This clears out the $Recycle.bin folder for the C:\ drive. You may have to do this for each hard disk partition in your system.)3. Type exit to close the Command Prompt window.