<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.dosbox.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=66.92.180.18</id>
	<title>DOSBoxWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.dosbox.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=66.92.180.18"/>
	<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/Special:Contributions/66.92.180.18"/>
	<updated>2026-04-07T22:33:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=MOUNT&amp;diff=740</id>
		<title>MOUNT</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=MOUNT&amp;diff=740"/>
		<updated>2008-04-16T17:02:04Z</updated>

		<summary type="html">&lt;p&gt;66.92.180.18: /* Extra CD ROM options */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MOUNT.COM''' is a command inside DOSBox that can connect physical folders and drives to [[Drives|virtual drives]] inside DOSBox.  When you enter the command MOUNT from the DOSBox prompt you should see&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;MOUNT&lt;br /&gt;
Current mounted drives are:&lt;br /&gt;
Drive Z is mounted as Internal Virtual Drive&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To mount a folder as a drive, follow this basic template.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;MOUNT [Drive-Letter] [Local-Directory]&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To unmount a drive, follow this basic template.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;MOUNT -u [Drive-Letter]&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage Examples =&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
=== Mounting a folder from your harddrive ===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;MOUNT C C:\DOSGAMES&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Mounting a floppy drive ===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;MOUNT A A:\ -t floppy&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Mounting a CD-Rom drive ===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;MOUNT D D:\ -t cdrom&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Extra CD ROM options ===&lt;br /&gt;
 -t [floppy|cdrom] Define how the mounted folder should behave to the emulated operating system.&lt;br /&gt;
 -usecd [drive #]  For direct hardware emulation ie: audio playback, etc.&lt;br /&gt;
 -cd = Generate a list of local CD ROM drive's &amp;quot;drive #&amp;quot; values&lt;br /&gt;
 -label [name] = Set the volume name of the drive (all caps)&lt;br /&gt;
 -ioctl = Lowest level of hardware access (Win 2K, XP and Linux)...follows the -usecd command&lt;br /&gt;
 &lt;br /&gt;
 Z:\&amp;gt;MOUNT D D:\ -t cdrom -usecd 0 -ioctl -label GAME_CD&lt;br /&gt;
&lt;br /&gt;
=== Mounting an ISO-File as volume ===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;IMGMOUNT E C:\Images\MyImage.iso -t iso&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;MOUNT C ~/DOSGAMES&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mac OSX ==&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;MOUNT C ~/DOSGAMES&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;IMGMOUNT D ~/Documents/IMAGE.toast -t iso&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Using your mounted drive ==&lt;br /&gt;
To change to the newly mounted virtual drive simply type&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;[Drive-Letter]:&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example (If you mounted a Local-Directory to the Drive-Letter '''C''')&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;C:&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>66.92.180.18</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Commands&amp;diff=733</id>
		<title>Commands</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Commands&amp;diff=733"/>
		<updated>2008-04-15T18:34:16Z</updated>

		<summary type="html">&lt;p&gt;66.92.180.18: /* VER */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CD ==&lt;br /&gt;
:Allows you to move up and down a directory tree.  '''CD''' is simple to use, just type &lt;br /&gt;
&lt;br /&gt;
 CD [Directory-Name]&lt;br /&gt;
&lt;br /&gt;
And if the Directory-Name correctly refers to an available directory then you will be moved from your current working directory to the new one.  Once completed, any command you issue will operate under the new working directory, and your prompt will be updated to reflect your current working directory.  Multiple folders can be traversed at once (assuming you know the correct names) by typing their names together with the '''\''' separating them for example&lt;br /&gt;
&lt;br /&gt;
 C:\&amp;gt;'''CD SIERRA\KQ5'''&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are also 2 special directories that are available inside every directory which help you simply move around.  They are&lt;br /&gt;
&lt;br /&gt;
 .&lt;br /&gt;
&lt;br /&gt;
which refers to the current directory and&lt;br /&gt;
&lt;br /&gt;
 ..&lt;br /&gt;
&lt;br /&gt;
which refers to the directory directly above the current directory.&lt;br /&gt;
&lt;br /&gt;
Once you have moved into a sub directory, you can move back by typing&lt;br /&gt;
&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;'''CD ..'''&lt;br /&gt;
 C:\SIERRA&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And like all other directories you can string them together&lt;br /&gt;
&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;'''CD ..\..'''&lt;br /&gt;
 C:\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you ever need to move back to the root directory you can use the '''\''' alias.&lt;br /&gt;
&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;'''CD \'''&lt;br /&gt;
 C:\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CLS ==&lt;br /&gt;
:Clears the screen of all input and returns just the current prompt in the upper left hand corner.&lt;br /&gt;
&lt;br /&gt;
== COPY ==&lt;br /&gt;
:Copy a file&lt;br /&gt;
:Syntax is COPY &amp;lt;Orignal Filename&amp;gt; &amp;lt;New Filename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 COPY Document.txt CopyOfDocument.txt&lt;br /&gt;
&lt;br /&gt;
== DIR ==&lt;br /&gt;
:Lists all of the available files and sub directories inside the current directory.&lt;br /&gt;
&lt;br /&gt;
== DEL ==&lt;br /&gt;
:Remove one or more files.&lt;br /&gt;
&lt;br /&gt;
== EXIT ==&lt;br /&gt;
:Exit from DOSBox&lt;br /&gt;
&lt;br /&gt;
== MD ==&lt;br /&gt;
:Makes a directory.&lt;br /&gt;
&lt;br /&gt;
== RD ==&lt;br /&gt;
:Removes a directory.&lt;br /&gt;
&lt;br /&gt;
== TYPE ==&lt;br /&gt;
:Display the contents of a text-file.&lt;br /&gt;
&lt;br /&gt;
== REN ==&lt;br /&gt;
:Renames one or more files.&lt;br /&gt;
&lt;br /&gt;
== LOADHIGH ==&lt;br /&gt;
:Loads a program into upper memory (requires xms=true,umb=true)&lt;br /&gt;
&lt;br /&gt;
== CHOICE ==&lt;br /&gt;
:Waits for a keypress and sets ERRORLEVEL. Displays the given prompt followed by [Y,N]? for yes or no respones.&lt;br /&gt;
:Used for batch scripts in most cases.&lt;br /&gt;
&lt;br /&gt;
 CHOICE &amp;quot;Text to ask&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== VER ==&lt;br /&gt;
:View and set the reported DOS version. Also displays the running DOSBox version.&lt;br /&gt;
:To set the reported DOS version use the following:&lt;br /&gt;
&lt;br /&gt;
 VER SET &amp;lt;MAJOR&amp;gt; [MINOR]&lt;br /&gt;
&lt;br /&gt;
:where MAJOR is the number before the period, and MINOR is what comes after.&lt;br /&gt;
:Versions can range from 0.0 to 255.255. Any values over 255 will loop from zero. (That is, 256=0, 257=1, 258=2, etc)&lt;/div&gt;</summary>
		<author><name>66.92.180.18</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Commands&amp;diff=732</id>
		<title>Commands</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Commands&amp;diff=732"/>
		<updated>2008-04-15T18:33:40Z</updated>

		<summary type="html">&lt;p&gt;66.92.180.18: /* CHOICE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CD ==&lt;br /&gt;
:Allows you to move up and down a directory tree.  '''CD''' is simple to use, just type &lt;br /&gt;
&lt;br /&gt;
 CD [Directory-Name]&lt;br /&gt;
&lt;br /&gt;
And if the Directory-Name correctly refers to an available directory then you will be moved from your current working directory to the new one.  Once completed, any command you issue will operate under the new working directory, and your prompt will be updated to reflect your current working directory.  Multiple folders can be traversed at once (assuming you know the correct names) by typing their names together with the '''\''' separating them for example&lt;br /&gt;
&lt;br /&gt;
 C:\&amp;gt;'''CD SIERRA\KQ5'''&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are also 2 special directories that are available inside every directory which help you simply move around.  They are&lt;br /&gt;
&lt;br /&gt;
 .&lt;br /&gt;
&lt;br /&gt;
which refers to the current directory and&lt;br /&gt;
&lt;br /&gt;
 ..&lt;br /&gt;
&lt;br /&gt;
which refers to the directory directly above the current directory.&lt;br /&gt;
&lt;br /&gt;
Once you have moved into a sub directory, you can move back by typing&lt;br /&gt;
&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;'''CD ..'''&lt;br /&gt;
 C:\SIERRA&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And like all other directories you can string them together&lt;br /&gt;
&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;'''CD ..\..'''&lt;br /&gt;
 C:\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you ever need to move back to the root directory you can use the '''\''' alias.&lt;br /&gt;
&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;'''CD \'''&lt;br /&gt;
 C:\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CLS ==&lt;br /&gt;
:Clears the screen of all input and returns just the current prompt in the upper left hand corner.&lt;br /&gt;
&lt;br /&gt;
== COPY ==&lt;br /&gt;
:Copy a file&lt;br /&gt;
:Syntax is COPY &amp;lt;Orignal Filename&amp;gt; &amp;lt;New Filename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 COPY Document.txt CopyOfDocument.txt&lt;br /&gt;
&lt;br /&gt;
== DIR ==&lt;br /&gt;
:Lists all of the available files and sub directories inside the current directory.&lt;br /&gt;
&lt;br /&gt;
== DEL ==&lt;br /&gt;
:Remove one or more files.&lt;br /&gt;
&lt;br /&gt;
== EXIT ==&lt;br /&gt;
:Exit from DOSBox&lt;br /&gt;
&lt;br /&gt;
== MD ==&lt;br /&gt;
:Makes a directory.&lt;br /&gt;
&lt;br /&gt;
== RD ==&lt;br /&gt;
:Removes a directory.&lt;br /&gt;
&lt;br /&gt;
== TYPE ==&lt;br /&gt;
:Display the contents of a text-file.&lt;br /&gt;
&lt;br /&gt;
== REN ==&lt;br /&gt;
:Renames one or more files.&lt;br /&gt;
&lt;br /&gt;
== LOADHIGH ==&lt;br /&gt;
:Loads a program into upper memory (requires xms=true,umb=true)&lt;br /&gt;
&lt;br /&gt;
== CHOICE ==&lt;br /&gt;
:Waits for a keypress and sets ERRORLEVEL. Displays the given prompt followed by [Y,N]? for yes or no respones.&lt;br /&gt;
:Used for batch scripts in most cases.&lt;br /&gt;
&lt;br /&gt;
 CHOICE &amp;quot;Text to ask&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== VER ==&lt;br /&gt;
:View and set the reported DOS version. Also displays the running DOSBox version.&lt;br /&gt;
:To set the reported DOS version use the following:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;VER SET &amp;lt;MAJOR&amp;gt; [MINOR]&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:where MAJOR is the number before the period, and MINOR is what comes after.&lt;br /&gt;
:Versions can range from 0.0 to 255.255. Any values over 255 will loop from zero. (That is, 256=0, 257=1, 258=2, etc)&lt;/div&gt;</summary>
		<author><name>66.92.180.18</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Commands&amp;diff=731</id>
		<title>Commands</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Commands&amp;diff=731"/>
		<updated>2008-04-15T18:33:11Z</updated>

		<summary type="html">&lt;p&gt;66.92.180.18: /* COPY */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CD ==&lt;br /&gt;
:Allows you to move up and down a directory tree.  '''CD''' is simple to use, just type &lt;br /&gt;
&lt;br /&gt;
 CD [Directory-Name]&lt;br /&gt;
&lt;br /&gt;
And if the Directory-Name correctly refers to an available directory then you will be moved from your current working directory to the new one.  Once completed, any command you issue will operate under the new working directory, and your prompt will be updated to reflect your current working directory.  Multiple folders can be traversed at once (assuming you know the correct names) by typing their names together with the '''\''' separating them for example&lt;br /&gt;
&lt;br /&gt;
 C:\&amp;gt;'''CD SIERRA\KQ5'''&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are also 2 special directories that are available inside every directory which help you simply move around.  They are&lt;br /&gt;
&lt;br /&gt;
 .&lt;br /&gt;
&lt;br /&gt;
which refers to the current directory and&lt;br /&gt;
&lt;br /&gt;
 ..&lt;br /&gt;
&lt;br /&gt;
which refers to the directory directly above the current directory.&lt;br /&gt;
&lt;br /&gt;
Once you have moved into a sub directory, you can move back by typing&lt;br /&gt;
&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;'''CD ..'''&lt;br /&gt;
 C:\SIERRA&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And like all other directories you can string them together&lt;br /&gt;
&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;'''CD ..\..'''&lt;br /&gt;
 C:\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you ever need to move back to the root directory you can use the '''\''' alias.&lt;br /&gt;
&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;'''CD \'''&lt;br /&gt;
 C:\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CLS ==&lt;br /&gt;
:Clears the screen of all input and returns just the current prompt in the upper left hand corner.&lt;br /&gt;
&lt;br /&gt;
== COPY ==&lt;br /&gt;
:Copy a file&lt;br /&gt;
:Syntax is COPY &amp;lt;Orignal Filename&amp;gt; &amp;lt;New Filename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 COPY Document.txt CopyOfDocument.txt&lt;br /&gt;
&lt;br /&gt;
== DIR ==&lt;br /&gt;
:Lists all of the available files and sub directories inside the current directory.&lt;br /&gt;
&lt;br /&gt;
== DEL ==&lt;br /&gt;
:Remove one or more files.&lt;br /&gt;
&lt;br /&gt;
== EXIT ==&lt;br /&gt;
:Exit from DOSBox&lt;br /&gt;
&lt;br /&gt;
== MD ==&lt;br /&gt;
:Makes a directory.&lt;br /&gt;
&lt;br /&gt;
== RD ==&lt;br /&gt;
:Removes a directory.&lt;br /&gt;
&lt;br /&gt;
== TYPE ==&lt;br /&gt;
:Display the contents of a text-file.&lt;br /&gt;
&lt;br /&gt;
== REN ==&lt;br /&gt;
:Renames one or more files.&lt;br /&gt;
&lt;br /&gt;
== LOADHIGH ==&lt;br /&gt;
:Loads a program into upper memory (requires xms=true,umb=true)&lt;br /&gt;
&lt;br /&gt;
== CHOICE ==&lt;br /&gt;
:Waits for a keypress and sets ERRORLEVEL. Displays the given prompt followed by [Y,N]? for yes or no respones.&lt;br /&gt;
:Used for batch scripts in most cases.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;CHOICE &amp;quot;Text to ask&amp;quot;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== VER ==&lt;br /&gt;
:View and set the reported DOS version. Also displays the running DOSBox version.&lt;br /&gt;
:To set the reported DOS version use the following:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;VER SET &amp;lt;MAJOR&amp;gt; [MINOR]&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:where MAJOR is the number before the period, and MINOR is what comes after.&lt;br /&gt;
:Versions can range from 0.0 to 255.255. Any values over 255 will loop from zero. (That is, 256=0, 257=1, 258=2, etc)&lt;/div&gt;</summary>
		<author><name>66.92.180.18</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Commands&amp;diff=730</id>
		<title>Commands</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Commands&amp;diff=730"/>
		<updated>2008-04-15T18:32:42Z</updated>

		<summary type="html">&lt;p&gt;66.92.180.18: /* CD */  Cleaned up formatting and fixed a spellng error&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CD ==&lt;br /&gt;
:Allows you to move up and down a directory tree.  '''CD''' is simple to use, just type &lt;br /&gt;
&lt;br /&gt;
 CD [Directory-Name]&lt;br /&gt;
&lt;br /&gt;
And if the Directory-Name correctly refers to an available directory then you will be moved from your current working directory to the new one.  Once completed, any command you issue will operate under the new working directory, and your prompt will be updated to reflect your current working directory.  Multiple folders can be traversed at once (assuming you know the correct names) by typing their names together with the '''\''' separating them for example&lt;br /&gt;
&lt;br /&gt;
 C:\&amp;gt;'''CD SIERRA\KQ5'''&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are also 2 special directories that are available inside every directory which help you simply move around.  They are&lt;br /&gt;
&lt;br /&gt;
 .&lt;br /&gt;
&lt;br /&gt;
which refers to the current directory and&lt;br /&gt;
&lt;br /&gt;
 ..&lt;br /&gt;
&lt;br /&gt;
which refers to the directory directly above the current directory.&lt;br /&gt;
&lt;br /&gt;
Once you have moved into a sub directory, you can move back by typing&lt;br /&gt;
&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;'''CD ..'''&lt;br /&gt;
 C:\SIERRA&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And like all other directories you can string them together&lt;br /&gt;
&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;'''CD ..\..'''&lt;br /&gt;
 C:\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you ever need to move back to the root directory you can use the '''\''' alias.&lt;br /&gt;
&lt;br /&gt;
 C:\SIERRA\KQ5&amp;gt;'''CD \'''&lt;br /&gt;
 C:\&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CLS ==&lt;br /&gt;
:Clears the screen of all input and returns just the current prompt in the upper left hand corner.&lt;br /&gt;
&lt;br /&gt;
== COPY ==&lt;br /&gt;
:Copy a file&lt;br /&gt;
:Syntax is COPY &amp;lt;Orignal Filename&amp;gt; &amp;lt;New Filename&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;COPY Document.txt CopyOfDocument.txt&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== DIR ==&lt;br /&gt;
:Lists all of the available files and sub directories inside the current directory.&lt;br /&gt;
&lt;br /&gt;
== DEL ==&lt;br /&gt;
:Remove one or more files.&lt;br /&gt;
&lt;br /&gt;
== EXIT ==&lt;br /&gt;
:Exit from DOSBox&lt;br /&gt;
&lt;br /&gt;
== MD ==&lt;br /&gt;
:Makes a directory.&lt;br /&gt;
&lt;br /&gt;
== RD ==&lt;br /&gt;
:Removes a directory.&lt;br /&gt;
&lt;br /&gt;
== TYPE ==&lt;br /&gt;
:Display the contents of a text-file.&lt;br /&gt;
&lt;br /&gt;
== REN ==&lt;br /&gt;
:Renames one or more files.&lt;br /&gt;
&lt;br /&gt;
== LOADHIGH ==&lt;br /&gt;
:Loads a program into upper memory (requires xms=true,umb=true)&lt;br /&gt;
&lt;br /&gt;
== CHOICE ==&lt;br /&gt;
:Waits for a keypress and sets ERRORLEVEL. Displays the given prompt followed by [Y,N]? for yes or no respones.&lt;br /&gt;
:Used for batch scripts in most cases.&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;CHOICE &amp;quot;Text to ask&amp;quot;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== VER ==&lt;br /&gt;
:View and set the reported DOS version. Also displays the running DOSBox version.&lt;br /&gt;
:To set the reported DOS version use the following:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;VER SET &amp;lt;MAJOR&amp;gt; [MINOR]&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:where MAJOR is the number before the period, and MINOR is what comes after.&lt;br /&gt;
:Versions can range from 0.0 to 255.255. Any values over 255 will loop from zero. (That is, 256=0, 257=1, 258=2, etc)&lt;/div&gt;</summary>
		<author><name>66.92.180.18</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=412</id>
		<title>GAMES</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=GAMES&amp;diff=412"/>
		<updated>2008-02-07T17:49:18Z</updated>

		<summary type="html">&lt;p&gt;66.92.180.18: Made links more consistant with style (only did this to games that did not yet have articles about them)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every game that is known to work or not work on DOSBox.  This list is naturally incomplete, but overtime, as users take the time to check on their favorite games, this list will help new users understand what they can expect to happen when they try and get their favorite game to work.  Gaming is the primary focus of DOSBox, and the needs of games tend to receive a higher degree of attention by the developers over the needs of an [[Software|application]].&lt;br /&gt;
== A-N ==&lt;br /&gt;
* [[GAMES:Abuse|Abuse]]&lt;br /&gt;
* [[GAMES:ADOM|Ancient Domains of Mystery]]&lt;br /&gt;
* [[GAMES:Betrayal at Krondor|Betrayal at Krondor]]&lt;br /&gt;
* [[GAMES:Brain Dead 13|Brain Dead 13]]&lt;br /&gt;
* [[GAMES:Blake Stone|Blake Stone: Aliens of Gold]] Works like back in the day&lt;br /&gt;
* [[GAMES:Cannon Fodder |Cannon Fodder]]&lt;br /&gt;
* [[GAMES:Cannon Fodder 2|Cannon Fodder 2]]&lt;br /&gt;
* [[GAMES:Command &amp;amp; Conquer|Command &amp;amp; Conquer]]&lt;br /&gt;
* [[GAMES:Commander Keen 1-3|Commander Keen: Invasion of the Vorticons]]&lt;br /&gt;
* [[GAMES:Commander Keen 3-5|Commander Keen: Keen Dreams]]&lt;br /&gt;
* [[GAMES:Commander Keen 4-6|Commander Keen: Goodbye Galaxy!/Aliens Ate My Babysitter!]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Das Schwarze Auge 1: Die Schicksalsklinge]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Das Schwarze Auge 2: Sternenschweif]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Das Schwarze Auge 3: Schatten über Riva]]&lt;br /&gt;
* [[GAMES:Duke Nukem|Duke Nukem]]&lt;br /&gt;
* [[GAMES:Duke Nukem 2|Duke Nukem II]]&lt;br /&gt;
* [[GAMES:Duke Nukem 3D|Duke Nukem 3D]]&lt;br /&gt;
* [[GAMES:Doom|Doom]]&lt;br /&gt;
* [[GAMES:Goldrush|Goldrush]]&lt;br /&gt;
* [[GAMES:I. M. Meen|I. M. Meen]]&lt;br /&gt;
* [[GAMES:Master of Orion 2|Master of Orion 2]]&lt;br /&gt;
* [[GAMES:Jazz Jackrabbit|Jazz Jackrabbit]]&lt;br /&gt;
* [[GAMES:King's Quest|King's Quest I: Quest for the Crown]]&lt;br /&gt;
* [[GAMES:King's Quest 2|King's Quest II: Romancing the Throne]]&lt;br /&gt;
* [[GAMES:King's Quest 3|King's Quest III: To Heir Is Human]]&lt;br /&gt;
* [[GAMES:King's Quest 4|King's Quest IV: The Perils of Rosella]]&lt;br /&gt;
* [[GAMES:King's Quest 5|King's Quest V: Absence Makes the Heart Go Yonder!]]&lt;br /&gt;
* [[GAMES:King's Quest 6|King's Quest VI: Heir Today, Gone Tomorrow]]&lt;br /&gt;
* [[GAMES:Master of Magic|Master of Magic]]&lt;br /&gt;
* [[GAMES:Master of Orion|Master of Orion]]&lt;br /&gt;
&lt;br /&gt;
== O-Z ==&lt;br /&gt;
* [[GAMES:One Must Fall: 2097|One Must Fall: 2097]]&lt;br /&gt;
* [[GAMES:Oregon Trail|Oregon Trail]]&lt;br /&gt;
* [[GAMES:Phantasmagoria|Phantasmagoria]]&lt;br /&gt;
* [[GAMES:QTest|QTest]] - Quake Technical demo&lt;br /&gt;
* [[GAMES:Realms of Arkania: Blade of Destiny|Realms of Arkania 1: Blade of Destiny]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Star Trail|Realms of Arkania 2: Star Trail]]&lt;br /&gt;
* [[GAMES:Realms of Arkania: Shadows over Riva|Realms of Arkania 3: Shadows over Riva]]&lt;br /&gt;
* [[GAMES:Sam &amp;amp; Max hit the Road|Sam &amp;amp; Max hit the Road]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island|Secret of Monkey Island 1]]&lt;br /&gt;
* [[GAMES:Secret of Monkey Island 2|Secret of Monkey Island 2]]&lt;br /&gt;
* [[GAMES:StarWars: Dark Forces|Star Wars: Dark Forces]]&lt;br /&gt;
* [[GAMES:Syndicate|Syndicate]]&lt;br /&gt;
* [[GAMES:SyndicateWars|Syndicate Wars]]&lt;br /&gt;
* [[GAMES:TestDrive|Test Drive]]&lt;br /&gt;
* [[GAMES:TestDrive3|Test Drive 3]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls: Arena|The Elder Scrolls: Arena]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls II: Daggerfall|The Elder Scrolls II: Daggerfall]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Adventures: Redguard|The Elder Scrolls Adventures: Redguard]]&lt;br /&gt;
* [[GAMES:The Elder Scrolls Legend: Battlespire|The Elder Scrolls Legend: Battlespire]]&lt;br /&gt;
* [[GAMES:The Incredible Machine|The Incredible Machine]]&lt;br /&gt;
* [[GAMES:Under a Killing Moon|Under a Killing Moon]]&lt;br /&gt;
* [[GAMES:Uncharted Waters|Uncharted Waters]]&lt;br /&gt;
* [[GAMES:Uncharted Waters: New Horizon|Uncharted Waters: New Horizon]]&lt;br /&gt;
* [[GAMES:VRStudio|Virtual Reality Studio]]&lt;br /&gt;
* [[GAMES:Warcraft|Warcraft]]&lt;br /&gt;
* [[Warcraft II]]&lt;br /&gt;
* [[GAMES:WingCommander1|Wing Commander I]]&lt;br /&gt;
* [[GAMES:Wolfenstein 3D|Wolfenstein 3D]]&lt;/div&gt;</summary>
		<author><name>66.92.180.18</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Main_Page&amp;diff=397</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Main_Page&amp;diff=397"/>
		<updated>2008-02-04T22:52:27Z</updated>

		<summary type="html">&lt;p&gt;66.92.180.18: /* General Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Welcome to the Wiki page of the DOSBox project=&lt;br /&gt;
&lt;br /&gt;
'''DOSBox''' emulates an Intel x86 PC, complete with [[Sound|sound]], [[Display|graphics]], [[Input|mouse]], [[Input|joystick]], [[Connectivity|modem]], etc., necessary for running many old MS-DOS [[GAMES|games]] that simply cannot be run on modern PCs and operating systems, such as Microsoft Windows XP, Windows Vista, Linux and FreeBSD. However, it is not restricted to running only games. In theory, any MS-DOS or PC-DOS (referred to commonly as &amp;quot;DOS&amp;quot;)  [[Software|application]] should run in DOSBox, but the emphasis has been on getting DOS [[GAMES|games]] to run smoothly, which means that communication, networking and printer support are still in early development.&lt;br /&gt;
&lt;br /&gt;
DOSBox also comes with its own [[Command Line|DOS-like command prompt]]. It is still quite rudimentary and lacks many of the features found in MS-DOS, but it is sufficient for installing and running most DOS [[GAMES|games]].&lt;br /&gt;
&lt;br /&gt;
DOSBox has a lively, user-supported [http://vogons.zetafleet.com/index.php?c=7 community forum] hosted at VOGONS (Very Old Games On New Systems).  Feel very very free to drop by if you have questions about DOSBox!&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
*[[Releases|Downloading DOSBox]]&lt;br /&gt;
*[[System Requirements]]&lt;br /&gt;
*[[FAQ|Frequently Asked Questions]] (FAQ)&lt;br /&gt;
*Guides&lt;br /&gt;
**[[Basic Setup and Installation of DosBox]]&lt;br /&gt;
***[[DOSBox and Windows Vista|Vista Specific Issues]]&lt;br /&gt;
***[[DOSBox and Mac OSX|Mac OSX Specific Issues]]&lt;br /&gt;
***[[Recording Video]]&lt;br /&gt;
**[[Contributing to this Wiki]]&lt;br /&gt;
**[[GAMES|Games]]&lt;br /&gt;
**[[Software|Applications]]&lt;br /&gt;
**[[DOSBoxFrontends|Frontends]] - simplifies running and understanding DOSBox.&lt;br /&gt;
**[[Performance|Running Resource Demanding Games]]&lt;br /&gt;
*[[Special Thanks]]&lt;br /&gt;
*[[Contact]]&lt;br /&gt;
&lt;br /&gt;
==More Specific Topics==&lt;br /&gt;
*[[Usage]]&lt;br /&gt;
*[[ZDrive|Z:\&amp;gt; Prompt]]&lt;br /&gt;
*[[Commands|Command Line Utilities]]&lt;br /&gt;
*[[Utilities|Internal Programs]]&lt;br /&gt;
**[[MOUNT|Mounting your CD-ROM in DOSBox]]&lt;br /&gt;
*[[Special Keys]]&lt;br /&gt;
*[[dosbox.conf|The Configuration File]] (dosbox.conf)&lt;br /&gt;
*[[Language File|The Language File]]&lt;br /&gt;
&lt;br /&gt;
==DOSBox Resources==&lt;br /&gt;
*[http://dosbox.cvs.sourceforge.net/dosbox/dosbox/README?view=markup DOSBox README File]&lt;br /&gt;
*[http://dosbox.com/comp_list.php List of Games and Applications] (and how to install and run them)&lt;br /&gt;
*[http://vogons.zetafleet.com/index.php?c=7 DOSBox community forum]&lt;br /&gt;
*[http://dosbox.sourceforge.net/oldwiki/ The original DOSBox Wiki]&lt;br /&gt;
&lt;br /&gt;
==Advanced Topics==&lt;br /&gt;
*[[BuildingDOSBox|Building DOSBox]] - Building your own version of DOSBox&lt;br /&gt;
*[http://docs.mandragor.org/files/Common_libs_documentation/SDL/FAQ_en/FAQ-Using_SDL.html Using SDL FAQ] (SDL environment variables that can make or break things)&lt;br /&gt;
*[[Special:Allpages|Index of all articles]]&lt;/div&gt;</summary>
		<author><name>66.92.180.18</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=DOSBoxFrontends&amp;diff=51</id>
		<title>DOSBoxFrontends</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=DOSBoxFrontends&amp;diff=51"/>
		<updated>2007-12-19T02:02:12Z</updated>

		<summary type="html">&lt;p&gt;66.92.180.18: /* Windows Frontends */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Frontends for DOSBox =&lt;br /&gt;
&lt;br /&gt;
A [[DOSBoxFrontends|frontend]]  pulls together the many functions of the program it is for and &amp;quot;stands in front of&amp;quot; it. It makes your life and the configuration a bit simpler.&lt;br /&gt;
&lt;br /&gt;
'''DOSBox''' is controlled by its [[dosbox.conf|config file]]. [[DOSBoxFrontends|Frontends]] are a nice graphical way to maintain or edit that [[dosbox.conf|config file]].&lt;br /&gt;
&lt;br /&gt;
If you are a newbie or you don't like editing [[dosbox.conf]] by hand then a [[DOSBoxFrontends|frontend]] is the solution for you.&lt;br /&gt;
&lt;br /&gt;
== Incomplete overview of the Frontends available ==&lt;br /&gt;
=== Windows Frontends ===&lt;br /&gt;
* '''DOSShell'''&lt;br /&gt;
: x86 applications launcher plus convenient Explorer-like entries manager.&lt;br /&gt;
: '''Website''': http://www.loonies.narod.ru/dosshell.htm&lt;br /&gt;
&lt;br /&gt;
* '''DOSBoxGui'''&lt;br /&gt;
: A portable DOSBox frontend. Currently confirmed to run on Linux and Windows flavors.&lt;br /&gt;
: Needs Tcl/Tk.&lt;br /&gt;
: '''Website''': http://losfinkos.googlepages.com/dosboxgui&lt;br /&gt;
&lt;br /&gt;
* '''DOSBOXer'''&lt;br /&gt;
: Scott Duensing at Jaeger Technologies has created &amp;quot;DOSBOXer&amp;quot; for Windows 9x, ME, 2000 and XP.&lt;br /&gt;
: '''Website''': http://www.jaegertech.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=19&amp;amp;Itemid=40 (download link on that page does not work)&lt;br /&gt;
&lt;br /&gt;
* '''Boxer''' - DOS'''Boxer'''s&lt;br /&gt;
: The smallest (in filesize) of the frontends available. It tries to keep up with the stable '''DOSBox''' version and allows you to edit every aspect of ((dosbox.conf)). Great if you want a very small frontend which just gets the job done.&lt;br /&gt;
: '''Website''': unknown&lt;br /&gt;
&lt;br /&gt;
* '''DBFrontend''' - '''D'''OS'''B'''ox'''Frontend''' &lt;br /&gt;
: It's a very simple frontend which allows you to have thumbnails of screen shots so you can easy recognize the game you want to run.&lt;br /&gt;
: '''Website''': http://www.ingoknito.de/produkte/dbfrontend/&lt;br /&gt;
&lt;br /&gt;
* '''D.O.G.'''&lt;br /&gt;
: D.O.G. is a work in progress DOSBox frontend, tested on Windows XP and 2000. D.O.G. is currently compatible with all DOSBox versions, from 0.58 up to 0.70. It will present you only with the available options of the selected DOSBox. D.O.G. also allows users to use not one DOSBox for their profiles, but an unlimited number. Switching between DOSBox versions is as easy as a click on a button. Besides the standard features of DOSBox, D.O.G. also extends these features with zip and 7-zip capability. Users can select a zip as a drive and D.O.G. will automatically unpack and repack the archive when running DOSBox. Besides this archiving capability D.O.G. also allows you to convert the captured Wave-files to the MP3 format of your choice and it allows you to convert the captured screen shots to a JPG format of your choice. &lt;br /&gt;
: '''Website''': http://www.freewebs.com/erikgg/&lt;br /&gt;
&lt;br /&gt;
* '''DBGL''' - DOSBox Game Launcher&lt;br /&gt;
: DBGL is an open-source, multi-platform frontend for DOSBox, based largely upon the proven interface of D-Fend.&lt;br /&gt;
: '''Website''': http://home.quicknet.nl/qn/prive/blankendaalr/dbgl/&lt;br /&gt;
&lt;br /&gt;
* '''DosBlaster'''&lt;br /&gt;
: Windows Explorer shell extension for DOSBox. You can launch DOSBox by right click on DOS executable files in your Windows Explorer.&lt;br /&gt;
: '''Website''': http://sourceforge.net/projects/dosblaster&lt;br /&gt;
&lt;br /&gt;
=== MacOS X Frontends ===&lt;br /&gt;
&lt;br /&gt;
* '''DBGL''' - DOSBox Game Launcher&lt;br /&gt;
: DBGL is an open-source, multi-platform frontend for DOSBox, based largely upon the proven interface of D-Fend.&lt;br /&gt;
: '''Website''': http://home.quicknet.nl/qn/prive/blankendaalr/dbgl/&lt;br /&gt;
&lt;br /&gt;
* '''DOSBOXer'''&lt;br /&gt;
: Scott Duensing at Jaeger Technologies has created &amp;quot;DOSBOXer&amp;quot; for Mac OS X 10.3 or later.&lt;br /&gt;
: '''Website''': http://www.jaegertech.com/dosboxer &lt;br /&gt;
&lt;br /&gt;
* '''Radnor'''&lt;br /&gt;
: Sveinbjorn Thordarson has created the frontend &amp;quot;Radnor&amp;quot; for the MacOS X 10.3 or later version of DOSBox. &lt;br /&gt;
: '''Website''': http://sveinbjorn.vefsyn.is/radnor &lt;br /&gt;
&lt;br /&gt;
* '''Petit dosbox'''&lt;br /&gt;
: Petit dosbox is a very easy to use interface to help you running the emulator, and will keep your last configuration for the next time you use it.&lt;br /&gt;
: New updates have included a Game Manager and more configuration options.&lt;br /&gt;
: '''Website''': http://web.jet.es/guilly/slouc/software_petitdosbox.html&lt;br /&gt;
&lt;br /&gt;
=== Linux Frontend ===&lt;br /&gt;
&lt;br /&gt;
* '''DOSBoxGui'''&lt;br /&gt;
: A portable DOSBox frontend. Currently confirmed to run on Linux and Windows flavors.&lt;br /&gt;
: Needs Tcl/Tk.&lt;br /&gt;
: '''Website''': http://losfinkos.googlepages.com/dosboxgui&lt;br /&gt;
&lt;br /&gt;
* '''DOSBOXer'''&lt;br /&gt;
: Scott Duensing at Jaeger Technologies has created &amp;quot;DOSBOXer&amp;quot; for most Intel x86 Linux distributions.&lt;br /&gt;
: '''Website''': http://www.jaegertech.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=19&amp;amp;Itemid=40 &lt;br /&gt;
&lt;br /&gt;
* '''DBoxFE'''&lt;br /&gt;
: DBoxFE creates and manages configuration files for DOSBox. You can create different profiles for your games, etc.&lt;br /&gt;
: '''Need to run:'''&lt;br /&gt;
: * KDE 3.1.x / 3.2.x&lt;br /&gt;
: * Qt 3.1.x / 3.2.x / 3.3.x&lt;br /&gt;
: '''Website''': http://chmaster.freeforge.net/dboxfe-project.htm&lt;br /&gt;
&lt;br /&gt;
* '''pyDOSBox'''&lt;br /&gt;
: The program is still in alpha stage but usable.&lt;br /&gt;
: '''Website''': http://www.panayotis.com/pydosbox/index.html &lt;br /&gt;
&lt;br /&gt;
* '''DBGL''' - DOSBox Game Launcher&lt;br /&gt;
: DBGL is an open-source, multi-platform frontend for DOSBox, based largely upon the proven interface of D-Fend.&lt;br /&gt;
: '''Website''': http://home.quicknet.nl/qn/prive/blankendaalr/dbgl/&lt;br /&gt;
&lt;br /&gt;
== Incomplete overview of discontinued Frontends ==&lt;br /&gt;
=== Windows Frontends ===&lt;br /&gt;
&lt;br /&gt;
* '''D-Fend''' - '''D'''OSBox-'''F'''ront'''end''' &lt;br /&gt;
: The largest DOSBox Frontend availabe. This frontend has supports for all '''DOSBox''' features and allows you generate default profiles for your system. It's also the only frontend which supports the unsupported cvs features. Because of its profile system and its intelligent mount system it's great for newbies and people using the cvs version of '''DOSBox'''. *Now supports Screenshot viewing for each Game Profile*&lt;br /&gt;
However recently Anthony announced officially that he stopped his work on D-Fend.&lt;br /&gt;
: '''Website''': http://members.home.nl/mabus&lt;/div&gt;</summary>
		<author><name>66.92.180.18</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Talk:DOSBoxFrontends&amp;diff=50</id>
		<title>Talk:DOSBoxFrontends</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Talk:DOSBoxFrontends&amp;diff=50"/>
		<updated>2007-12-19T02:01:17Z</updated>

		<summary type="html">&lt;p&gt;66.92.180.18: Front End Support&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Front End Support ==&lt;br /&gt;
&lt;br /&gt;
Should we include support for various front ends?  Or just link to the developers home pages.&lt;/div&gt;</summary>
		<author><name>66.92.180.18</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Talk:DOSBoxFrontends&amp;diff=49</id>
		<title>Talk:DOSBoxFrontends</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Talk:DOSBoxFrontends&amp;diff=49"/>
		<updated>2007-12-19T01:58:33Z</updated>

		<summary type="html">&lt;p&gt;66.92.180.18: Removed Wiki spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>66.92.180.18</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=DOSBox_and_Windows_Vista_and_Windows_7&amp;diff=48</id>
		<title>DOSBox and Windows Vista and Windows 7</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=DOSBox_and_Windows_Vista_and_Windows_7&amp;diff=48"/>
		<updated>2007-12-19T01:54:44Z</updated>

		<summary type="html">&lt;p&gt;66.92.180.18: /* CDROM support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Does it work ? ===&lt;br /&gt;
Yes, DOSBox works in both Vista 32 bit and Vista 64 bit, but depending on your local setup you might need to pay attention to certain things&lt;br /&gt;
&lt;br /&gt;
=== Configuration file ===&lt;br /&gt;
If you are running in Vista as non-administrator you must take care with editing the configuration file.&lt;br /&gt;
&lt;br /&gt;
=== CD-ROM support ===&lt;br /&gt;
&lt;br /&gt;
This is currently still in development. The best thing you can do is to make an image of your CD-ROM and [[IMGMOUNT]] that.&lt;/div&gt;</summary>
		<author><name>66.92.180.18</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=MOUNT&amp;diff=24</id>
		<title>MOUNT</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=MOUNT&amp;diff=24"/>
		<updated>2007-12-18T21:05:44Z</updated>

		<summary type="html">&lt;p&gt;66.92.180.18: Created a page for MOUNT.COM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== MOUNT.COM ===&lt;br /&gt;
&lt;br /&gt;
'''MOUNT.COM''' is a command inside DOSBox that can connect physical folders and drives to [[Drives|virtual drives]] inside DOSBox.  When you enter the command MOUNT from the DOSBox prompt you should see&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;MOUNT&lt;br /&gt;
Current mounted drives are:&lt;br /&gt;
Drive Z is mounted as Internal Virtual Drive&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To mount a folder as a drive, follow this basic template.&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;MOUNT [Drive-Letter] [Local-Directory]&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example&lt;br /&gt;
== Windows ==&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;MOUNT C C:\DOSGAMES&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;MOUNT C ~/DOSGAMES&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To change to the newly mounted virtual drive simply type&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;MOUNT [Drive-Letter]:&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example (If you mounted a Local-Directory to the Drive-Letter '''C''')&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;Z:\&amp;gt;C:&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>66.92.180.18</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Drives&amp;diff=23</id>
		<title>Drives</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Drives&amp;diff=23"/>
		<updated>2007-12-18T19:28:27Z</updated>

		<summary type="html">&lt;p&gt;66.92.180.18: Created a basic description of Drives.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Drives ===&lt;br /&gt;
&lt;br /&gt;
DOSBox, in an effort to emulate a class MS-DOS environment needs some location to emulate a virtual Hard Drive.  Commonly MS-DOS users would be greeted with a &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;C:\&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt; prompt once a computer is done booting. The hard drives currently in your system are most likely many times larger than the kinds of hard drives that existed back when MS-DOS was commercially available.  Also, they contain software that is not suited for DOSBox.  In order to create a realistic (and safe) environment to run your DOS software you should define a path somewhere on your hard disk that will be treated as a virtual hard disk.&lt;br /&gt;
&lt;br /&gt;
Ideal locations for a virtual hard disk are&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;C:\DOSGAMES&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;~/DOSROOT&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that you can have more than one Drive defined if you want to recreate complex configurations, but it is generally easier to have a single drive that will be [[MOUNT|mounted]] a your C: drive.&lt;/div&gt;</summary>
		<author><name>66.92.180.18</name></author>
	</entry>
	<entry>
		<id>http://www.dosbox.com/wiki/index.php?title=Basic_Setup_and_Installation_of_DosBox&amp;diff=22</id>
		<title>Basic Setup and Installation of DosBox</title>
		<link rel="alternate" type="text/html" href="http://www.dosbox.com/wiki/index.php?title=Basic_Setup_and_Installation_of_DosBox&amp;diff=22"/>
		<updated>2007-12-18T19:13:29Z</updated>

		<summary type="html">&lt;p&gt;66.92.180.18: Added a basic concepts section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Concepts ==&lt;br /&gt;
&lt;br /&gt;
DOSBox is an emulator that recreates a MS-DOS compatible environment (complete with Sound, Input, Graphics and even basic networking).  This environment is complete enough to run many classic MS-DOS games completely unmodified.  In order to utilize all of DOSBox's features you need to first understand some basic concepts about the MS-DOS environment.&lt;br /&gt;
&lt;br /&gt;
* [[Drives]]&lt;br /&gt;
* [[Sound]]&lt;br /&gt;
* [[Display]]&lt;br /&gt;
* [[Input]]&lt;br /&gt;
* [[Connectivity]] (Modems/Networking)&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
The first step is to install DOSBox. My guide will use the 0.60 version which you can download here. Download the file for your operating system. If you are a Windows user, get the '''Win32 installer'''.&lt;br /&gt;
&lt;br /&gt;
After downloading, install DOSBox to any directory. Also, make a folder to put all your old games in. I put my DOSBox in '''&amp;lt;tt&amp;gt;C:\DOSBox&amp;lt;/tt&amp;gt;''', and my old games directory is '''&amp;lt;tt&amp;gt;C:\oldgames&amp;lt;/tt&amp;gt;'''. I put a game in my oldgames directory, '''&amp;lt;tt&amp;gt;testdriv&amp;lt;/tt&amp;gt;''', which is Test Drive, an old racing game: &lt;br /&gt;
&lt;br /&gt;
[[Image:Dosbox1.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Running a game ==&lt;br /&gt;
&lt;br /&gt;
Now, the hardest part, getting games to run. First, run '''dosbox.exe''' in your DOSBox folder. Remember that oldgames directory you created in Step 1? You have to basically set that as new directory just for DOSBox. Essentially, it's going to become the '''C:\''' drive of DOSBox. So, type:&lt;br /&gt;
'''mount C C:\oldgames'''&lt;br /&gt;
&lt;br /&gt;
To dissect the above:&lt;br /&gt;
;'''mount''': Tells the program to mount a directory&lt;br /&gt;
;'''C''':  Tells the program what you want your new drive to be called (leaving it as C: is fine)&lt;br /&gt;
;'''C:\oldgames''': This is the directory I want to set as the new drive for DOSBox, because all my games are in it. If you created a different directory, write in the directory you created.&lt;br /&gt;
&lt;br /&gt;
''(Note: If you want to mount a CD-Rom instead of a folder, type this: '''mount D D:\ -t cdrom'''. In my example, '''D:\ -t cdrom''' tells DOSBox that my D:\ drive is a CDRom drive, at the first '''D''', tells DOSBox what my new drive name should be called. Then, in the step below, you'd write '''D:''' instead of '''C''':. You can find instructions on how to mount other devices, such as floppy drives, in the [[mount]] section).''&lt;br /&gt;
&lt;br /&gt;
After you've done this, you will be prompted with a '''[[Z:\]]'''. Now, just write what you wanted to call your new DOSBox drive, which as I said above, we called '''C'''. So type in '''C:''' to set it as the new drive. Hopefully, you're all set! Now, it's time to run the game. You can remember I had a game called '''&amp;lt;tt&amp;gt;testdriv&amp;lt;/tt&amp;gt;''' in my oldgames folder. So, I want DOSBox to go to that folder. So type in:&lt;br /&gt;
&lt;br /&gt;
'''C:'''&lt;br /&gt;
'''cd testdriv'''&lt;br /&gt;
&lt;br /&gt;
That's it! CD stands for Choose or Change Directory, so you've changed the directory to testdriv. One more step, running the game! Most games have an EXE file in their directory that you can run. However, some might require a BAT file, or others. Most of the time, the file is in the root folder. However, if it isn't, you'll have to do something like this:&lt;br /&gt;
&lt;br /&gt;
'''cd testdriv\folder1\folder2'''&lt;br /&gt;
&lt;br /&gt;
-or-&lt;br /&gt;
&lt;br /&gt;
'''cd tesdriv''' then '''cd folder1''' then '''cd folder2'''&lt;br /&gt;
&lt;br /&gt;
If you want to go back to a previous directory, type:&lt;br /&gt;
&lt;br /&gt;
'''cd ..''' OR '''cd\'''&lt;br /&gt;
&lt;br /&gt;
Please consult the documentation of your game for which file is needed to start the game. In the case of Test Drive, it's '''TDCGA.EXE'''. So now, I just type this:&lt;br /&gt;
&lt;br /&gt;
'''TDCGA.EXE'''&lt;br /&gt;
&lt;br /&gt;
That's it! Here's a picture of all of the commands I've written about in Step 2: &lt;br /&gt;
&lt;br /&gt;
[[Image:Dosbox2.jpg]]&lt;br /&gt;
&lt;br /&gt;
As soon as you press enter after typing in the file name, the game window will pop up, and an additional console window will pop-up providing some additional information.&lt;br /&gt;
&lt;br /&gt;
There is also a shortcut that allows you to run a program with DosBox without doing any typing at the command prompt!  All you have to do is make a new, blank, text file.  Rename it to the name of the program you want to run, and change the file extension to a new, unused file extension.  For example, if I want to run a program called &amp;quot;BestGame.exe,&amp;quot; I would create a blank file and call it &amp;quot;BestGame.xyz,&amp;quot; where *.xyz is not a registered file type on the computer.  Place the blank *.xyz file in the same directory as BestGame.exe. Then, set *.xyz files to always open with DosBox.  Make a new, blank *.xyz file for every program you want to open with DosBox.  You could even make shortcuts to a single directory so you don't have to browse for different games!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NOTE: If you have problems with launching the game, unrecognizable errors being spit out, saving settings, or having the game drop out while running it, one thing to try is to make sure all the files are not set to Read Only. In Windows, select the folder of the game, right click and hit properties, uncheck '''Read Only''' if it is checked, and apply to all subfolders.&lt;br /&gt;
&lt;br /&gt;
If you have other errors, please search the [http://vogons.zetafleet.com forums] first before posting a question.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Performance ==&lt;br /&gt;
Yay, you've gotten your game to run! But maybe you're experiencing slowdown? How do you fix this? With the following commands:&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;tt&amp;gt;CTRL-F7&amp;lt;/tt&amp;gt;''' = Decreases frameskip&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;tt&amp;gt;CTRL-F8&amp;lt;/tt&amp;gt;''' = Increases Frameskip&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;tt&amp;gt;CTRL-F11&amp;lt;/tt&amp;gt;''' = Slows down the game&amp;lt;br/&amp;gt;&lt;br /&gt;
'''&amp;lt;tt&amp;gt;CTRL-F12&amp;lt;/tt&amp;gt;''' = Speeds up the game&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Press '''&amp;lt;tt&amp;gt;CTRL-ALT-DEL&amp;lt;/tt&amp;gt;''' to open the Task Manager, and click the Performance tab. Start by pressing '''&amp;lt;tt&amp;gt;CTRL-F12&amp;lt;/tt&amp;gt;''' until your CPU Usage level begins to go above 95%. After that, if you still need a performance boost, hit '''&amp;lt;tt&amp;gt;CTRL-F8&amp;lt;/tt&amp;gt;''' to have DOSBox not render some frames. The console window will display all of the changes you've made, and the top of the game window will display the current settings. Adjust these settings as needed until your game goes smoothly. '''''Please keep in mind that not all games will run smoothly on DOSBox.'''''&lt;br /&gt;
&lt;br /&gt;
[[Image:Dosbox3.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Other Useful features ==&lt;br /&gt;
&lt;br /&gt;
=== Quick start ===&lt;br /&gt;
&lt;br /&gt;
You can save yourself some time by having the program automatically mount and set the drive. Do this by going to your DOSBox folder, and opening the [[dosbox.conf]] file. You can open it with Notepad. Scroll down to the very end, and add these lines:&lt;br /&gt;
&lt;br /&gt;
'''mount C C:\oldgames'''&lt;br /&gt;
'''C:'''&lt;br /&gt;
&lt;br /&gt;
Now those commands will be executed automatically when starting! If you're having trouble with that, make sure it looks like this (look at the bottom): &lt;br /&gt;
&lt;br /&gt;
[[Image:Dosbox4.jpg]]&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>66.92.180.18</name></author>
	</entry>
</feed>