answersLogoWhite

0

Which keys are used to terminate a batch file?

Updated: 8/18/2019
User Avatar

Wiki User

12y ago

Best Answer

The Ctrl + C combination. You an also use the Ctrl + Alt + Del combination, start Task Manager, and close the batch file from there.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which keys are used to terminate a batch file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is a bat file a virus?

http://en.wikipedia.org/wiki/BAT_file no its a batch file used by dos and windows


What is the batch file used by Windows 98 to control the boot process?

Autoexec.batAutoexec.batAutoexec.bat


A file with a .bat extension?

A batch file, often used by computer processes to perform a series of stored operations as a group, have the file extension .bat.


What are batch files used for?

batch files are used to run a series of commands at once. people who work on computers daily and have a series of files or programs to start and command to run often create a batch file to do it automatically and save time.


What files are used by MS-DOS to configure a computer?

CONFIG.SYS and AUTOEXEC.BATThe files are CONFIG.SYS and AUTOEXEC.BAT.


How do you use an abra-file?

An Abra file is used in the locksmithing industry to manufacture old style lock keys. They can also be used to file out very difficult and small areas


Is tscdsbl.bat safe to install?

*Never* install any file or run any executable you did not get from a trusted source or that you know to be a good file. Always assume the worst. A .bat file is a batch file used to execute a "Batch" of commands and could have crippling effects on your security. Please, never run something you don't implicitly trust.


What is the batch file used by windows 98 to control dthe boot process?

Chuck Norris would know LPC


How do you copy and paste using a batch file?

a batch file is used to automate the running of commands at a command prompt using the program command.com or cmd.exe. There are not any default available commands that will copy to or from the clipboard. You must use a 3rd party executable and pipe (|) the results to and from it.


Is batch a collective noun for loaves?

Yes, the noun 'batch' is a collective noun for baked goods:a batch of breada batch of cakesa batch of cookiesa batch of loavesa batch of piesa batch of scones


What are the dos files?

Dos files are the files with the extension .bat which are used for programming in DOS. This is also called as batch file programming.


How do you add comments in batch files?

Anytime you wish to create any type of remark in a batch file rem must be added in front of the line. Remarks are often used to skip a line in the batch file or make comments.