Which coding language is used to prepare files with '.bat' extentions. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 21

Which coding language is used to prepare files with '.bat' extentions.

Most of the computer viruses and many files are created with ".bat" extensions. I want to know that these Giles are created using which coding language.

28th Mar 2018, 11:42 AM
Abhijeet Kumar
Abhijeet Kumar - avatar
3 Answers
+ 9
A .bat file is a DOS/Windows shell script executed by the DOS/Windows command interpreter. When a batch script is saved to a .bat file, it is just called a batch file. The language is a simple interpreted scripting language. Batch files are very limited in functionality. Microsoft has released PowerShell, which is a much more powerful scripting language. check this and explore: https://superuser.com/questions/1057096/what-is-the-language-of-a-bat-batch-file-on-windows https://www.tutorialspoint.com/batch_script/index.htm
28th Mar 2018, 12:54 PM
Arsénio
+ 1
Well, Batch Files use ". bat" extension.
9th Jun 2018, 8:29 AM
sourjya.bose
sourjya.bose - avatar
0
Look at SS64 for more detailed information on the scripting language. https://ss64.com/nt/ It explains a lot about the Windows batch language and provides real use examples of the letterpress and constructs available to you.
23rd Aug 2018, 5:16 AM
David