<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Executable file on File Format Blog</title>
    <link>https://blog.fileformat.com/tag/executable-file/</link>
    <description>Recent content in Executable file on File Format Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sat, 03 Jul 2021 02:12:48 +0000</lastBuildDate><atom:link href="https://blog.fileformat.com/tag/executable-file/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>What Executable File Types are Commonly used?</title>
      <link>https://blog.fileformat.com/executable/what-executable-file-types-are-commonly-used/</link>
      <pubDate>Sat, 03 Jul 2021 02:12:48 +0000</pubDate>
      
      <guid>https://blog.fileformat.com/executable/what-executable-file-types-are-commonly-used/</guid>
      <description>The Executable file types are special formats or simply text scripts, which can be run directly by the computer operating systems.</description>
      <content:encoded><![CDATA[<figure class="align-center ">
    <img loading="lazy" src="images/exe.png#center"/> 
</figure>

<p>The Executable file types are special formats or simply text scripts, which can be run directly by the computer operating systems. These files are usually created from the source code of a programming language and usually non-readable, non-editable and created by a compiler in binary format. This article provides the knowledge about the common executable file formats used now a days.</p>
<ul>
<li><a href="#BAT-file-format">BAT file format</a></li>
<li><a href="#CGI-file-format">CGI file format</a> </li>
<li><a href="#COM-file-format">COM file format</a></li>
<li><a href="#EXE-file-format">EXE file format</a></li>
<li><a href="#MSI-file-format">MSI file format</a></li>
</ul>
<h3 id="BAT-file-format.wp-block-heading">BAT file format</h3>
<p>BAT file format consists of a script included to automate sequences of command iteratively. The term “<strong>batch”</strong> is short for batch processing, considering as “non-interactive execution”. However, a batch file may not process a batch of multiple data. The batch file was run in DOS (Disk Operating System) under the command line interface by typing the filename and the extension .bat. Read more details <a href="https://docs.fileformat.com/executable/bat/">here</a>.</p>
<h3 id="CGI-file-format.wp-block-heading">CGI file format </h3>
<p>CGI scripts facilitate the users on web servers to configure how a URL will be handled. This job is usually done by marking a new directory (in main directory location) as containing CGI scripts; commonly known name of it is “cgi-bin”. For example, <strong>/usr/local/apache/htdocs/cgi-bin</strong> could be picked as a CGI directory on the web server. You can read more details by clicking <a href="https://docs.fileformat.com/executable/cgi/">here</a>.</p>
<h3 id="COM-file-format.wp-block-heading">COM file format</h3>
<p>COM file format is a famous binary executable format used in Microsoft Windows or DOS operating systems. Its structure made up of a set of instructions and it has no header and contains no standard metadata. It saves all of its data and code in one segment only and its binary has maximum 64KB in size. The operating system loads COM file at a pre-set address because it doesn’t relocate itself when try to re-run. Learn more about COM file format by clicking <a href="https://docs.fileformat.com/executable/com/">here</a>.</p>
<h3 id="EXE-file-format.wp-block-heading">EXE file format</h3>
<p>EXE is short for <strong>executable</strong>. An EXE file consists of an executable program which can be run on Microsoft Windows operating system. Whereas the executable file has no extension on UNIX operating system. The general concept is to set various segment registers in the x86 CPU (CS, DS, ES, SS) to refer to the different or same segments, therefore allowing many different degrees of access to memory. You may learn more by reading <a href="https://docs.fileformat.com/executable/exe/">this article</a>.</p>
<h3 id="MSI-file-format.wp-block-heading">MSI file format</h3>
<p>MSI file, also known as “Windows Installer”, consists of an API and software component of Microsoft Windows utilize for the installation, removal, and maintenance of a software. The installation information, and the other optional files, are packed as installation packages. Click <a href="https://docs.fileformat.com/executable/msi/">here</a> to see more details</p>
<h2 class="wp-block-heading" id="conclusion">Conclusion</h2>
<p>In this article, you have learned about the Executable file formats and commonly used executable file types. You can learn more about various file formats using the <a href="https://docs.aspose.com/pdf/java">documentation</a>. In case you would have any questions, let us know via our <a href="https://forum.fileformat.com/">forum</a>.</p>
]]></content:encoded>
    </item>
    
  </channel>
</rss>
