answersLogoWhite

0

There is no such thing.

User Avatar

Wiki User

14y ago

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


How do you stop tracert from command prompt?

Press CTRL - C and it it will stop the tracert.


How do you check the integrity of an ISO file?

To check the integrity of the an ISO file you will need to open command prompt. Once in command prompt type in: c:\> fciv , and the iso file name.


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 compile and execute a 16 bit compiler program from a command prompt?

Compiler-dependent. If you have Turbo C, it will be command TCC


DOS Command to go to the Root Directory?

type at DOS prompt CD c:\


When would command prompt display the word WINDOWS as part of the prompt?

When you are in the Windows directory or one of its sub-directories. Once at the command prompt you could type: CD\Windows That will change the directory to Windows and what you will now see is: C:\Windows>


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.


How do you exit a prompt command?

Use "prompt $p$g" command.


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:


Why c plus plus language is called command oriented language?

C++ is not a command oriented language, it is a multi-paradigm language because it employs functional and object-oriented approaches to programming.


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

format /s c: should do the job.