Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

An executable file is any file that can be executed by an operating system.

Programmers don't write executable files directly; instead they write source code which is compiled by a compiler into machine code (or at least, close to machine code).

Because they are designed to be read by a computer rather than humans, executable files are stored in binary (see binary file) and so cannot easily be viewed in a text editor.

Running an executable file

edit edit source

Executable files can usually be... well... executed (run) - they are executable.

In most cases, this is as simple as (double) clicking on the file and it will start whatever program it runs. You can also run executable files through a terminal just by using the file path to the executable file.