answersLogoWhite

0

Normally, the CommandParameter is used to pass specific information to the command when it is executed. The type of the data is defined by the command.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

When format command is typed into a command promt what parameters can be added along with it explain each parameters?

On the system you are referring to type "format /?" to get the commands and syntax.


By typing format command into command prompt what parameters can be added along with it?

Oscar strookman


What specifies the parameters that tailor a command to your particular needs?

The parameters that tailor a command to your specific needs are called options or arguments. These options modify the behavior of a command, allowing you to customize its functionality according to your requirements. By specifying the appropriate options when executing a command, you can achieve the desired result more effectively.


Is a command line function for viewing and setting wireless interface parameters?

ipconfig


What command is used to configure and monitor various network parameters on window 7?

ipconfig


What network command troubleshoot network connectivity between 2 computers?

I believe you are talking about the "PING" command. Open a "command" prompt and type ping/? it will give you all the parameters.


What symbol repeats the last MS-DOS command?

Look into the FOR command. To repeat a command 10 times, we want to use this specific variation of the FOR command: FOR /L %variable IN (start,step,end) DO command [command-parameters] Example: Do the echo command on the values (1-10). FOR /L %i IN (1,1,10) DO echo %i


What is the generic syntax for all UNIX command?

The generic syntax for commands is: command-name options-or-parameters The first non-blank field is always the command to be executed. Following that are either options (starts with a - or +), and any other non-blank field would be considered a parameter. An example: cc -O -o testing -n -s -x main1.c sub1.c sub2.c


What is the maximum no of arguments that can be given in a command line in C?

C doesn't limit it, it handles as many parameters as it gets.


Is the ls command in Linux equivalent to ls -FC?

The 'ls' command is the same in Linux and Unix systems. System Administrators may set up an alias that has the -FC or other options but the command itself with no other parameters (ls) is just the 'ls' command.


What is a parameter in computer?

sometimes DOS requires additional information, which is specified in one or more parameters after the command should operate on.


What command will return you to your home directory regardless of where you are in the file system?

PWD Although pwd will tell you where you are it won't change back to your home directory. For that, use the 'cd' command without any parameters