<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://coderwiki.org/index.php?action=history&amp;feed=atom&amp;title=Executable_file</id>
	<title>Executable file - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://coderwiki.org/index.php?action=history&amp;feed=atom&amp;title=Executable_file"/>
	<link rel="alternate" type="text/html" href="http://coderwiki.org/index.php?title=Executable_file&amp;action=history"/>
	<updated>2026-05-19T02:44:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://coderwiki.org/index.php?title=Executable_file&amp;diff=22&amp;oldid=prev</id>
		<title>Dylan: Executable file: create</title>
		<link rel="alternate" type="text/html" href="http://coderwiki.org/index.php?title=Executable_file&amp;diff=22&amp;oldid=prev"/>
		<updated>2025-08-08T22:42:59Z</updated>

		<summary type="html">&lt;p&gt;Executable file: create&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;An &amp;#039;&amp;#039;&amp;#039;executable file&amp;#039;&amp;#039;&amp;#039; is any [[file]] that can be executed by an [[operating system]].&lt;br /&gt;
&lt;br /&gt;
Programmers don&amp;#039;t write executable files directly; instead they write [[source code]] which is [[Compilation|compiled]] by a [[compiler]] into [[machine code]] (or at least, close to machine code).&lt;br /&gt;
&lt;br /&gt;
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]].&lt;br /&gt;
&lt;br /&gt;
== Running an executable file ==&lt;br /&gt;
Executable files can usually be... well... &amp;#039;&amp;#039;executed&amp;#039;&amp;#039; (run) - they are [[executable]].&lt;br /&gt;
&lt;br /&gt;
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.&lt;/div&gt;</summary>
		<author><name>Dylan</name></author>
	</entry>
</feed>