answersLogoWhite

0

AllQ&AStudy Guides
Best answer

the extension of a batch file is ".bat"

This answer is:
Related answers

the extension of a batch file is ".bat"

View page

Nope, the format of a file is a vital part of a successful batch file. Even if a file with an unknown file format contains working batch file code in it, a batch file will still not be able to read it because of its foreign file extension. If you want the batch file to be able to read the foreign file, then you can set it to rename the mutated file to .bat format and then read it for it to work.

Example:

@Echo off

REN File.Foreign File.bat

CALL File.bat

exit

View page

A batch file is the text file that contains a series of commands that MS-DOS carries out. A batch file is created by COPY CON command after specifying a file name by using extension as .BAT in DOS mode.

View page

You can just open the batch file with notepad and look at the code

View page

You can't download a program that makes a batch file to do what you want to do. You will need to legally learn about hacking, and then write the file yourself.

View page
Featured study guide

What is the difference between a program file and a data file

Difference between memory and storage

What is the importance of operating system

Location of call of duty 5 saved profile files held in XP

➡️
See all cards
3.55
11 Reviews
More study guides
3.7
10 Reviews

No Reviews
Search results