answersLogoWhite

0

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

User Avatar

Wiki User

12y ago

What else can I help you with?

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.


Which type of commands in dos needs additional fieles for their execution?

In DOS, commands that require additional files for their execution typically include batch files (with a .bat extension) and external commands. Batch files are scripts that contain a series of DOS commands and require the presence of specific files or commands to run successfully. External commands, such as those found in the command.com or other executable files, may also rely on additional libraries or configuration files to function correctly.


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.


What are the executable files for ms programs?

They're .exe files


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.