<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.dosbox.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=200.203.101.30</id>
	<title>DOSBoxWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.dosbox.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=200.203.101.30"/>
	<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/Special:Contributions/200.203.101.30"/>
	<updated>2026-04-24T17:37:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=AUTOEXEC&amp;diff=1567</id>
		<title>AUTOEXEC</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=AUTOEXEC&amp;diff=1567"/>
		<updated>2008-10-29T21:14:44Z</updated>

		<summary type="html">&lt;p&gt;200.203.101.30: /* A Common AUTOEXEC.BAT */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''AUTOEXEC.BAT''' file is a reference to original MS-DOS systems which would load settings from a file called '''CONFIG.SYS''' (which had to be located in the '''C:\''' path), and then execute any commands found in the '''AUTOEXEC.BAT''' (also in the '''C:\''' path).  Commonly the '''AUTOEXEC.BAT''' file would define the system [[PATH]], load any drivers, and launch [[Software:Windows|Windows]].  Because DOSBox already emulates most of what a '''CONFIG.SYS''', and '''AUTOEXEC.BAT''' would do, there isn't much need to define anything other than your mountable drives.&lt;br /&gt;
&lt;br /&gt;
The AUTOEXEC.BAT is a segment of the [[dosbox.conf]] file in the program directory of your DOSBox installation.&lt;br /&gt;
&lt;br /&gt;
== A Common AUTOEXEC.BAT ==&lt;br /&gt;
 @ECHO OFF&lt;br /&gt;
 MOUNT C C:\DOSGAMES&lt;br /&gt;
 C:&lt;br /&gt;
 CLS&lt;br /&gt;
 @ECHO Starting MS-DOS 6.22...&lt;br /&gt;
&lt;br /&gt;
This '''AUTOEXEC.BAT''' file [[MOUNT|mounts]] a [[CDrive|C drive]] (pointed to the Local-Directory C:\DOSGAMES), changes to that drive (from [[ZDrive|Z:]]), [[Commands#CLS|Clears the Screen]] and prints the message&lt;br /&gt;
&lt;br /&gt;
 Starting MS-DOS 6.22...&lt;br /&gt;
&lt;br /&gt;
(The message that MS-DOS printed immediately before loading the '''CONFIG.SYS''' and '''AUTOEXEC.BAT''').&lt;br /&gt;
&lt;br /&gt;
MOUNT C C:\oldgames&lt;br /&gt;
C:&lt;br /&gt;
&lt;br /&gt;
** Any tips about how to set FILES=200 and BUFFERS=30 ? Some MSDOS APPs need them.&lt;/div&gt;</summary>
		<author><name>200.203.101.30</name></author>
	</entry>
</feed>