answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is a quick command to close a program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What command is used to quit the current presentation on screen but leave the PowerPoint 2010 program open?

close


How can you open a separate program with Batch files and then close that program with Batch?

Batch file that opens a program waits 5 seconds then closes that program. For some reason I cannot get this batch to perform the open portion, wait, then the close portion in .... startup batch file hangs up on second command.


What is the command to compile jre6 program?

It is 'Java program' to be precise, and the command is: 'javac sourcefilename.java'


What is command to compiler java program?

The command is "javac".


Instruction that causes a program to perform a specific action?

Command


How do you start the display program in Linux from the command line?

the command "display" brings up the ImageMagick program.


What command is used to close the command prompt window?

exit


What is kill signal in Linux?

A signal is a command sent by the operating system or by the user, to a program or process, forcing it to do something. The "kill signal" forces a program to immediately "close" (terminate) regardless of what it is doing. You should not use the "kill signal" unless the program has a problem or cannot end or close properly, because you will lose whatever it is working on.


Unix command to list a basic program?

If the program is in source code and stored in a file, use the 'cat' command to list out its contents.


When do you use the alt key and ctrl key?

Alt and Ctrl key are special keys. Then can be used as quick menu button or can be used to execute a program. You can also use them to do a shortcut key command.


What DOS command will start text editor program?

Run "edit" command..


What is the command to compile a java program named Greetingsjava?

The command to compile a Java program is "javac", followed by the class name (file name).