.exe

From Infogalactic: the planetary knowledge core
(Redirected from .EXE)
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

.exe is a common filename extension denoting an executable file (the main execution point of a computer program) for DOS, OpenVMS, Microsoft Windows, Symbian or OS/2. Besides the executable program, many .exe files contain other components called resources, such as bitmap graphics and icons which the executable program may use for its graphical user interface.

File formats

There are several file formats which may be used by a file with a .exe extension:

OS/2

32-bit Linear Executable
Introduced with OS/2 2.0, these can be identified by the "LX" in ASCII. These can only be run by OS/2 2.0 and higher.[1] They are also used by some DOS extenders.
Mixed 16/32/64-bit Linear Executable
Introduced with OS/2 2.0, these can be identified by the "LE" in ASCII. This format is used for VxD drivers under Windows 3.x, OS/2, and Windows 9x; it is also used by some DOS extenders.

Windows

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

16-bit New Executable

When a 16-bit or 32-bit Windows executable is run by Windows, execution starts at either the NE or the PE, and ignores the MZ code known as DOS stub.[2][3] Started in DOS the stub typically displays a message "This program cannot be run in DOS mode" (or similar) before exiting cleanly. A few dual-mode programs (MZ-NE or MZ-PE) such as regedit[4] and older WinZIP self extractors include a more functional DOS section.[5]

32-bit Portable Executable
Introduced with Windows NT, these can be identified by the "PE" in ASCII (although not at the beginning; these files also begin with "MZ").[6]
64-bit Portable Executable (PE32+)
Introduced by 64-bit versions of Windows, this is a PE file with wider fields. In most cases, code can be written to simply work as either a 32 or 64-bit PE file.[7]

Other

Besides these, there are also many custom EXE formats, such as W3 (a collection of LE files, only used in WIN386.EXE), W4 (a compressed collection of LE files, only used in VMM32.VXD), DL, MP, P2, P3 (last three used by Phar Lap extenders), and probably more.[citation needed]

The PE format was also used in BeOS R3, although the format used by BeOS somewhat violated the PE specification as it didn't specify a correct subsystem.[citation needed]

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.[self-published source]
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.

External links

ar:إي اكس إي (صيفة ملفات)