answersLogoWhite

0


Best Answer

The easiest method of doing this is to press the cancel button if it is available. If it is not, you can go into task manager (press control-alt-delete to do this), find the process you want to stop and click the end process button.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you terminate a command before it is executed?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Please someone explain you command line argument in C?

Command Line Arguments---- I am trying to explain each word one by oneCommand ------perform specific taskex. When CMD is typed in run window and then press ok button then open a black screen that is called command prompt.Command Line ------on command prompt where command is supplied that is called command line.using command prompt dos commands are executed and java program is also executed using command prompt.for executing java program command is supplied with given syntaxjava java_class_name argument1 argument2.........Java--- is a commandjava_class_name ---name of java file which you want to executeargument1 argument2 --- are the values passing to java application from out sidethese argument1 argument2 are stored in string array argument of main method


How can you undo something you put into command prompt?

There is usually no way to undo a command. Everything executed in the command prompt, is usually final, and has to be manually undone via the same way it was done. There are some command line programs that allow you to undo what it has done. But with the vagueness of your question I am unable to give you a definitive answer. NOTE: Deleting a file from the command line is irreversible and external software will be needed to retrieve the file.


In java how the class containing main is executed with out creating an object?

You may know that static methods in Java are executed even before the constructor of that class are called. Similarly, since the main method is static it gets executed first even before the others methods of the class are called. Since it is being called before the constructor, logically speaking you cannot have objects of that class.


IF we r terminated at the middle of the program execution in UNIX what will happen to the program it will continue running or terminate or the op will be send to your mail?

It depends on whether the program responds to a hangup signal or not. If you start the program with a 'nohup' command then it will continue to execute.


What happens if the argument to exec is not executable?

If command is not specified, a non-interactive shell exits, unless the shell option exefail is enabled, in which case if returns failure. Returns if file cannot be executed.

Related questions

If you enter a command and want terminate its execution before it is finished you can press to do so?

Press Ctrl + C For A+ , the answer is Ctrl + Break


On windows vista what command will terminate a dhcp lease?

ipconfig /release


What command do you use to terminate your Windows Vista workstations lease?

ipconfig /release


A set of instructions executed by the computer?

Command Language is the answer.


What is Signal handling in Linux?

Signal handling is a programming concept that allows programs to talk to each other via 'signals'. A user can also issue signals to a program at will using the 'kill' command. For example, kill -15 <command> tells the command to terminate kill -9 <command> tells the command to terminate forcibly kill -USR1 <command> tells the command to do whatever it was programmed to do when it received the USR1 signal.


What are command parameters?

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.


MS-DOS command to terminate the Explorer then another to start it again?

To terminate explorer run - "taskkill /im explorer.exe"To start explorer, run - "explorer"


Does a farm lease terminate with the death of the life estate holder?

Yes, if the life tenant was the individual who executed the lease.


What command is given to terminate the hand salute upon completion of the national anthem?

Order, ARMS


What command is given to terminate the hand salute upon completion to the national anthem?

Order, ARMS


A sentence for terminate?

Example sentence - The people voted to terminate the president before his term was up.


What does the shell do when a command executed successfully?

While the command is executing, the shell waits for the process to finish.