answersLogoWhite

0

What are the functions of executable files in DOS?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

Any application or game which you can execute/run in DOS environment.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the functions of executable files in DOS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Explain executable versus non-executable files in DOS?

difference between executable file and non-executable file in dos


How do you do c programming in ms dos?

The most important steps are these: 1. write the source files 2. compile them to object modules 3. link the executable 4. run the executable


What do you mean by extention in DOS?

The extension is the part of the filename after the dot that specifies the type of file (.txt for text files, .exe for executable files, .htm for hypertext markup language files, etc.).


What the different between non-executable files to executable files?

Executable means that the file has a series of instructions used to execute a program. Non-executable files are ones that do not have these instructions.


What do executable files usually have?

Executable files usually contain a header, which identifies it as an executable file, and a list of commands to be executed by the processor.


What is the name of executable file Microsoft backup for DOS?

MSBACKUP.EXE. The name of the executable for Microsoft Backup for DOS is MSBACKUP.EXE


How do you modify computer executable files?

In general you do not. Nearly all executable files are coded in a computer programming language, and then compiled into executable files. So to modify an executable, you would need the source code for the program, you would modify the source code and then recompile into a NEW version of the executable. Linux does provide for an executable script file, but these are more scripts than executable files.


What are the executable files for ms programs?

They're .exe files


Why do all DOS and Windows compiled executable files begin with the letters MZ when viewed in a hex viewer?

MZ are the initials of Mark Zbikowski. Aaron Reynold and Mark Zbikowski were the primary software design engineers that worked on MS-DOS 2.0 through 3.1. Mark put check into the MS-DOS loader that checked for his initials, to see if the file that was trying to load into memory was an executable file that should be executed. There are many MS-DOS developer's initials in files that are still shipping today, from Microsoft. Even mine are in code that I wrote for MS-DOS 6.22 that is currently shipping in Vista.


Is Excel an executable file?

The main Excel program file (excel.exe) is an executable file, but the workbooks it creates are not executable files.


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.


What are the stages of compulation and linking?

In compilation, source code is translated into machine code through preprocessing, compilation, assembly, and linking. In linking, the compiled object files are combined to form a single executable file by resolving references to functions and variables defined in other files. The final linked executable can then be run on a machine.