answersLogoWhite

0

What else can I help you with?

Related Questions

What is the difference between exit and close commands?

In computing, the "exit" command is typically used to terminate a program or a process, while the "close" command is used to shut down a file or a resource that is being used within a program. When you use the "exit" command, you are ending the entire program, whereas the "close" command is specifically used to release a specific file or resource that was previously opened or accessed. Essentially, "exit" is for ending the program, while "close" is for closing individual components within the program.


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.


What happens when you use the Exit command after you have clicked Save?

When you use the Exit command after clicking Save, the program will close the current document or file without any further prompts to save changes, as the changes have already been saved. The Exit command will typically close the entire program or application, ending your current session. It is important to ensure that you have saved all necessary changes before using the Exit command to avoid losing any unsaved work.


What DOS command will start text editor program?

Run "edit" command..