answersLogoWhite

0


Best Answer

It is a batch command file.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the file extension .bat mean at the end of a file name?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the extension of batch file?

the extension of a batch file is ".bat"


A file with a bat file extension is called an what?

A batch file.


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.


BAT' extension refers usually to what kind of file?

System file


What is the full form of BAT?

if by bat you made the .bat file extension then the full form of bat is batch. it is a file that is created with batch script, the windows command line.


A file with which of the following file extensions is most likely to contain malicious code?

Files with the .bat extension are most likely to contain malicious code.


What is the bat file extension called?

.bat indicates a batch file, which is a script. You can see what it contains by opening it with a text editor, such as notepad.


What is a file extensions mostly likely to contain malicious code?

which file extension is mos likely to contain malicious codes, .doc,. bat, pdf,.jpg?


How can you save files on notepad in bat format or if you can't please tell me which text editor can?

its very simple,while saving the file, just type the filename with .bat extension and put the whole name in double quotes and notepad will save the file as MSDOS batch file. for example if you want the filename to be myfile then while saving the file, use: "myfile.bat" if you do not use double quotes, it will attach one more extension to name i.e. .txt


How is a file extension formed?

File extensions are simply part of the file name. Your operating system will often use the extension part of the file name (after the dot) to determine which program to open the file with. You could make a simple batch script by opening a .txt file, adding the scripting stuff into it and saving it as a .bat file. Your operating system will then treat it as a script you can run rather than opening it directly in a text editor.


What is Batch File Maker?

you can use notepad for creating a batch file. just when you save the file that you made, add .bat as a file extension. like this: "sample.bat".


What extensions can be run from command prompt?

The shell will only execute files that end in a file extension of .exe, .bat, or .com