answersLogoWhite

0

cmd

c:

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Internal Command with syntax?

Internal ms-dos commands with syntax


What is the syntax of CD?

cmd c:


What do you learn from the syntax of a command?

you learn the rules for correctly entering a specific command at the command line


What is the command to delete?

Delete command is a DML. Syntax of delete command is delete from table_name where <>; It is to delete content of table.


What do CD command do in unix?

The 'CD' command is not standard for Unix. The 'cd' command, however, will change directories (folders). It is a means of navigating the Unix file system.


What command is used to create a table?

Tables are defined with CREATE TABLE command. Syntax of CREATE TABLE command is: CREATE TABLE ( [] []);


What CLI command should you enter to display the command syntax help so that you can learn how to complete a command that begins with config?

Config ?


What part of the manual page contains the description of the command syntax?

Synopsis.


What is the syntax of the command to display a user's path of execution?

echo $PATH


What is the first Java syntax rule?

Put a ; at the end of each command;


To move to the root directory use the command?

For Unix/Linux, use the command 'cd /' For Windows, you can also use the same command or 'cd \'


What does the command CD do?

CD stands for "change directory". For instance, if you are in the directory of c:\files\ and you want to navigate to a folder within the "files" directory called "documents", you can type "cd documents" to change the directory you are in. Once you've done that you will be at c:\files\documents\. Inversely you can use "cd.." to go back to the parent directory "files".