<?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=Mabdul</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=Mabdul"/>
	<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/Special:Contributions/Mabdul"/>
	<updated>2026-04-24T04:34:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=User_talk:WikiSysop&amp;diff=23683</id>
		<title>User talk:WikiSysop</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=User_talk:WikiSysop&amp;diff=23683"/>
		<updated>2013-10-01T11:20:32Z</updated>

		<summary type="html">&lt;p&gt;Mabdul: /* SPAM */ again me&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Questionable deletion ==&lt;br /&gt;
&lt;br /&gt;
Can you explain why you censored [http://www.dosbox.com/wiki/index.php?title=TOOLS:ScummVM&amp;amp;diff=next&amp;amp;oldid=3635 this section]? You didn't even include any edit summary. -[[User:Lwc|Lwc]] 18:42, 17 October 2010 (UTC)&lt;br /&gt;
:ah yes.&lt;br /&gt;
:The scummvm people used that piece of information as proof that we prefer scummvm over dosbox for games that scummvm supports.&lt;br /&gt;
:Which is not true.&lt;br /&gt;
:Especially the last part of that section is totally not true. &amp;lt;small&amp;gt;&amp;lt;span class=&amp;quot;autosigned&amp;quot;&amp;gt;—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:WikiSysop|WikiSysop]] ([[User talk:WikiSysop|talk]] • [[Special:Contributions/WikiSysop|contribs]]) 08:49, 18 October 2010&amp;lt;/span&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
::If they &amp;quot;use&amp;quot; unofficial wiki information, it's their problem. But who said the last part is totally not true? It sounds true enough for me.  -[[User:Lwc|Lwc]] 23:50, 4 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== SPAM ==&lt;br /&gt;
&lt;br /&gt;
Would you explain why you didn't delete pages like [http://www.dosbox.com/wiki/index.php?title=Cpu%2Fcore%2FIntro&amp;amp;action=historysubmit&amp;amp;diff=2253&amp;amp;oldid=2249]? Protecting and blanking is of course enough but since the wiki has such a strength &amp;quot;captcha&amp;quot; now it might be worth to delete such pages... [[User:Mabdul|Mabdul]] 11:28, 17 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hi again,&lt;br /&gt;
&lt;br /&gt;
I'm following the [[Special:RecentChanges]] feed and recognized that there is very much spam in &amp;quot;user space&amp;quot; since a few weks. mostly with ~200 new pages a day. I believe the captcha has to be changed (again) or a rangeblock to be created. Regards, [[User:Mabdul|Mabdul]] 11:20, 1 October 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>Mabdul</name></author>
	</entry>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=Commands&amp;diff=5573</id>
		<title>Commands</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=Commands&amp;diff=5573"/>
		<updated>2013-03-24T20:35:30Z</updated>

		<summary type="html">&lt;p&gt;Mabdul: adding set command&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CD (Change Directory) ==&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 3 special directories that are available inside every directory which help you simply move around.  They are&lt;br /&gt;
&lt;br /&gt;
 .        which refers to the current directory &lt;br /&gt;
&lt;br /&gt;
 ..       which refers to the directory directly above the current directory&lt;br /&gt;
&lt;br /&gt;
 /        which refers to the root 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;
== 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;
== 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. Some variants of this are &amp;quot;dir/p&amp;quot; (pauses after each page) and &amp;quot;dir/w&amp;quot; (this gives a wide view)&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;
== LOADFIX ==&lt;br /&gt;
:Loads a program above the first 64K of memory.&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;
== MD ==&lt;br /&gt;
:Makes a directory.&lt;br /&gt;
&lt;br /&gt;
== MOVE (unsupported) ==&lt;br /&gt;
:DOSBox has no MOVE command. Use the REN command to move files.&lt;br /&gt;
&lt;br /&gt;
== RD ==&lt;br /&gt;
:Removes a directory.&lt;br /&gt;
&lt;br /&gt;
== REN ==&lt;br /&gt;
:Renames one or more files.&lt;br /&gt;
:Note: Unlike MS-DOS, DOSBox doesn't require the source and target filenames to be in the same folder.&lt;br /&gt;
&lt;br /&gt;
== TYPE ==&lt;br /&gt;
:Display the contents of a text-file.&lt;br /&gt;
&lt;br /&gt;
== SET ==&lt;br /&gt;
:Displays and sets environment variables&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>Mabdul</name></author>
	</entry>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=Commands&amp;diff=5572</id>
		<title>Commands</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=Commands&amp;diff=5572"/>
		<updated>2013-03-24T20:33:26Z</updated>

		<summary type="html">&lt;p&gt;Mabdul: alpha order&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CD (Change Directory) ==&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 3 special directories that are available inside every directory which help you simply move around.  They are&lt;br /&gt;
&lt;br /&gt;
 .        which refers to the current directory &lt;br /&gt;
&lt;br /&gt;
 ..       which refers to the directory directly above the current directory&lt;br /&gt;
&lt;br /&gt;
 /        which refers to the root 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;
== 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;
== 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. Some variants of this are &amp;quot;dir/p&amp;quot; (pauses after each page) and &amp;quot;dir/w&amp;quot; (this gives a wide view)&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;
== LOADFIX ==&lt;br /&gt;
:Loads a program above the first 64K of memory.&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;
== MD ==&lt;br /&gt;
:Makes a directory.&lt;br /&gt;
&lt;br /&gt;
== MOVE (unsupported) ==&lt;br /&gt;
:DOSBox has no MOVE command. Use the REN command to move files.&lt;br /&gt;
&lt;br /&gt;
== RD ==&lt;br /&gt;
:Removes a directory.&lt;br /&gt;
&lt;br /&gt;
== REN ==&lt;br /&gt;
:Renames one or more files.&lt;br /&gt;
:Note: Unlike MS-DOS, DOSBox doesn't require the source and target filenames to be in the same folder.&lt;br /&gt;
&lt;br /&gt;
== TYPE ==&lt;br /&gt;
:Display the contents of a text-file.&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>Mabdul</name></author>
	</entry>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=Building_DOSBox_with_Visual_Studio&amp;diff=5571</id>
		<title>Building DOSBox with Visual Studio</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=Building_DOSBox_with_Visual_Studio&amp;diff=5571"/>
		<updated>2013-03-24T18:18:30Z</updated>

		<summary type="html">&lt;p&gt;Mabdul: +displaytitle&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Building DOSBox with Visual C++ 2008 Express}}&lt;br /&gt;
Note: The title of this page should actually be &amp;quot;''Building DOSBox with Visual C++ 2008 Express''&amp;quot;, but the Wiki software does not allow the use of the + character in a title.&lt;br /&gt;
&lt;br /&gt;
DOSBox is a complicated project. This document aims to provide a step by step description of how to use the free Express Edition of Microsoft's Visual C++ 2008 to successfully build DOSBox.&lt;br /&gt;
&lt;br /&gt;
== Get Visual C++ 2008 Express ==&lt;br /&gt;
Microsoft provides the Express edition of Visual C++ 2008 for free. Download VCE [http://www.microsoft.com/Express/vc/ directly from Microsoft] and install it. When installing, you don’t need to select any of the optional components like the Silverlight runtime, SQL Server or the MSDN Express Library. After the installation is complete, you will need to restart your computer.&lt;br /&gt;
&lt;br /&gt;
== Get the SDL library ==&lt;br /&gt;
To be able to build DOSBox, you will also need the development libraries for SDL. At the time of writing, the most current release of SDL is 1.2.13. From the downloads section at the [http://www.libsdl.org/ SDL website] look for the Development Libraries for Win32, marked for Visual C++ 2005 Service Pack 1. The filename will be something like &amp;lt;tt&amp;gt;SDL-devel-1.2.13-VC8.zip&amp;lt;/tt&amp;gt;. Unpack this file to the location of your choosing. For this discussion, I shall place it in &amp;lt;tt&amp;gt;C:\Development\SDL-1.2.13&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Get the DOSBox sources ==&lt;br /&gt;
The next step is to get DOSBox itself. At the time of writing, the most current release of DOSBox is 0.74. Go to [http://www.dosbox.com/download.php?main=1 the DOSBox download page] and download the DOSBox source. Since the DOSBox sources come as a &amp;lt;tt&amp;gt;.tar.gz&amp;lt;/tt&amp;gt; file, you may need a separate program to extract this. Unpack the source to the location of your choosing. For this discussion, I have chosen &amp;lt;tt&amp;gt;C:\Development\dosbox-0.74&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Set up the environment ==&lt;br /&gt;
[[Image:Vce_guide1.png|thumb|Setting the include directories for SDL]]&lt;br /&gt;
From your start menu, start VCE. After a few moments, the IDE (Integrated Development Environment) will start. The first thing we need to do is tell VCE where to find SDL. From the &amp;quot;Tools&amp;quot; menu select &amp;quot;Options&amp;quot;. When the Options menu appears, expand the category &amp;quot;Projects and Solutions&amp;quot; and choose &amp;quot;VC++ Directories&amp;quot;. From the directories pulldown, choose to show the directories for include files, click the folder icon and add the folder for the SDL includes. If you have been following this guide literally, that would &amp;lt;tt&amp;gt;C:\Development\SDL-1.2.13\include&amp;lt;/tt&amp;gt;. Next, elect to show the directories for library files. This time, add the folder for the SDL libraries. When you have followed this guide, that would be &amp;lt;tt&amp;gt;C:\Development\SDL-1.2.13\lib&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
After you have done this, click OK to accept and close the options.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:right;&amp;quot; /&amp;gt;&lt;br /&gt;
== Set up the solution ==&lt;br /&gt;
=== Conversion wizard ===&lt;br /&gt;
[[Image:Vce_guide2.png|thumb|Conversion wizard]]&lt;br /&gt;
Open the solution provided by DOSBox. It can be found as &amp;lt;tt&amp;gt;C:\Development\dosbox-0.74\visualc_net\dosbox.sln&amp;lt;/tt&amp;gt;. If you have file extensions hidden (as they are by default), you may select &amp;quot;Solution files (*.sln)&amp;quot; from the object type dropdown to ensure you get the correct one. The first time you open the solution, VCE will present you with the Visual Studio Conversion Wizard, because the solution included in the DOSBox distribution is for an older version of Visual C++. You can simply click Finish and be done with it. If you want, you can take a look at the conversion log, but the information in there is not particularly interesting.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:right;&amp;quot; /&amp;gt;&lt;br /&gt;
=== Dependencies ===&lt;br /&gt;
[[Image:Vce_guide3.png|thumb|Editing the additional dependencies]]&lt;br /&gt;
Now that the solution has been opened, it is necessary to disable some of the optional features of DOSBox. From the &amp;quot;Project&amp;quot; menu select &amp;quot;dosbox Properties&amp;quot;. Expand the &amp;quot;Configuration Properties&amp;quot; and then the &amp;quot;Linker&amp;quot; category. Then choose &amp;quot;Input&amp;quot;. From the properties on the right, you will need to remove some of the &amp;quot;Additional Dependencies&amp;quot;. With the setup I have described here, I need to remove '''sdl_net.lib''', '''zlib.lib''', '''libpng.lib''' and '''curses.lib''' (you will also not need the odbc32.lib and odbccp32.lib references, but there is no harm in leaving them). Apply the changes and use the dropdown at the top left to switch to the Release configuration. Repeat the previous step, removing those same references and again apply the changes.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:right;&amp;quot; /&amp;gt;&lt;br /&gt;
=== Configuration setup ===&lt;br /&gt;
[[Image:Vce_guide4.png|thumb|Adjusting the config.h file]]&lt;br /&gt;
In the Solution Explorer, browse down the solution into &amp;quot;Source files&amp;quot; and then &amp;quot;visualc&amp;quot;. Open the file &amp;lt;tt&amp;gt;config.h&amp;lt;/tt&amp;gt; listed there and do some editing. Find the line that reads&lt;br /&gt;
 #define C_SSHOT 1&lt;br /&gt;
and change the 1 to a 0. Do the same for the lines mentioning &amp;lt;tt&amp;gt;C_MODEM&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;C_IPX&amp;lt;/tt&amp;gt;. The reason we are disabling these options is that they require some extra libraries that we haven’t set up for this tutorial. Also, set &amp;lt;tt&amp;gt;C_CORE_INLINE&amp;lt;/tt&amp;gt; to 1 to enable faster CPU emulation.&lt;br /&gt;
&lt;br /&gt;
In the Solution Explorer, in the &amp;quot;Source files&amp;quot;, you will find the file &amp;lt;tt&amp;gt;winres.rc&amp;lt;/tt&amp;gt;. Right-click on that and choose &amp;quot;View code&amp;quot;. ''Remove'' the line at the top that reads&lt;br /&gt;
 #include &amp;quot;afxres.h&amp;quot;&lt;br /&gt;
When you have done this, save the solution (&amp;quot;Save all&amp;quot; from the file menu). This ensures you won’t have to repeat any of the previous steps.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:right;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The actual build ==&lt;br /&gt;
[[Image:Vce_guide5.png|thumb|Build successfully completed]]&lt;br /&gt;
Before building, right click on &amp;quot;Solution 'dosbox'&amp;quot; in the Solution Explorer and go to Properties -&amp;gt; Configuration Properties. Set the Configuration dropdown box to &amp;quot;Release&amp;quot; instead of &amp;quot;Debug&amp;quot;. This will cause VC++ to build an optimized binary without extra debug features.&lt;br /&gt;
&lt;br /&gt;
Now that all this is done, press F7 to start the build process. There will be a few warnings, but they are unimportant. The build may take a few minutes depending on the speed of your computer, but if you have followed this tutorial it will complete successfully.&lt;br /&gt;
&lt;br /&gt;
Note that to actually run the executable you have built, you will need the SDL library (&amp;lt;tt&amp;gt;SDL.DLL&amp;lt;/tt&amp;gt;) from your regular DOSBox install and place it in the &amp;lt;tt&amp;gt;C:\Development\dosbox-0.74\visualc_net&amp;lt;/tt&amp;gt; directory.&lt;/div&gt;</summary>
		<author><name>Mabdul</name></author>
	</entry>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=User_talk:WikiSysop&amp;diff=5569</id>
		<title>User talk:WikiSysop</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=User_talk:WikiSysop&amp;diff=5569"/>
		<updated>2013-03-17T11:28:17Z</updated>

		<summary type="html">&lt;p&gt;Mabdul: /* SPAM */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Questionable deletion ==&lt;br /&gt;
&lt;br /&gt;
Can you explain why you censored [http://www.dosbox.com/wiki/index.php?title=TOOLS:ScummVM&amp;amp;diff=next&amp;amp;oldid=3635 this section]? You didn't even include any edit summary. -[[User:Lwc|Lwc]] 18:42, 17 October 2010 (UTC)&lt;br /&gt;
:ah yes.&lt;br /&gt;
:The scummvm people used that piece of information as proof that we prefer scummvm over dosbox for games that scummvm supports.&lt;br /&gt;
:Which is not true.&lt;br /&gt;
:Especially the last part of that section is totally not true. &amp;lt;small&amp;gt;&amp;lt;span class=&amp;quot;autosigned&amp;quot;&amp;gt;—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:WikiSysop|WikiSysop]] ([[User talk:WikiSysop|talk]] • [[Special:Contributions/WikiSysop|contribs]]) 08:49, 18 October 2010&amp;lt;/span&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
::If they &amp;quot;use&amp;quot; unofficial wiki information, it's their problem. But who said the last part is totally not true? It sounds true enough for me.  -[[User:Lwc|Lwc]] 23:50, 4 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== SPAM ==&lt;br /&gt;
&lt;br /&gt;
Would you explain why you didn't delete pages like [http://www.dosbox.com/wiki/index.php?title=Cpu%2Fcore%2FIntro&amp;amp;action=historysubmit&amp;amp;diff=2253&amp;amp;oldid=2249]? Protecting and blanking is of course enough but since the wiki has such a strength &amp;quot;captcha&amp;quot; now it might be worth to delete such pages... [[User:Mabdul|Mabdul]] 11:28, 17 March 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>Mabdul</name></author>
	</entry>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=Software:StarTexter&amp;diff=5568</id>
		<title>Software:StarTexter</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=Software:StarTexter&amp;diff=5568"/>
		<updated>2013-03-17T11:21:48Z</updated>

		<summary type="html">&lt;p&gt;Mabdul: +manual hints&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Software&lt;br /&gt;
|title=StarTexter III&lt;br /&gt;
|image=[[Image:StarTexter3.png|250px]]&lt;br /&gt;
|caption=StarTexter III for DOS&lt;br /&gt;
|publisher=Sybex&lt;br /&gt;
|released=Sep. 1990&lt;br /&gt;
|version=[[Version0.74|0.74]]&lt;br /&gt;
|status=Perfect&lt;br /&gt;
|executable='''TEXT3.EXE'''&lt;br /&gt;
}}&lt;br /&gt;
'''StarTexter III''' should work without any special configuration. It runs totally fine/fast with 500 cycles tested under Windows 7 64 bit and Mac OS X 10.7.&lt;br /&gt;
&lt;br /&gt;
== Printing ==&lt;br /&gt;
I couldn't test the printing because my Laptop doesn't have any LTP port any longer.&lt;br /&gt;
&lt;br /&gt;
== Shortcuts ==&lt;br /&gt;
{|&lt;br /&gt;
| Key&lt;br /&gt;
| Result&lt;br /&gt;
|-&lt;br /&gt;
| F1&lt;br /&gt;
| Help&lt;br /&gt;
|-&lt;br /&gt;
| F2&lt;br /&gt;
| Manuales Trennen&lt;br /&gt;
|-&lt;br /&gt;
| F3&lt;br /&gt;
| Center the text&lt;br /&gt;
|-&lt;br /&gt;
| F4&lt;br /&gt;
| indent&lt;br /&gt;
|-&lt;br /&gt;
| F5&lt;br /&gt;
| Tabulatoren setzen/löschen&lt;br /&gt;
|-&lt;br /&gt;
| F6&lt;br /&gt;
| Absatz formatieren&lt;br /&gt;
|-&lt;br /&gt;
| F7&lt;br /&gt;
| Blocksatz ein-/ausschalten&lt;br /&gt;
|-&lt;br /&gt;
| F8&lt;br /&gt;
| Blockstart/-ende&lt;br /&gt;
|-&lt;br /&gt;
| F9&lt;br /&gt;
| Festes Leerzeichen&lt;br /&gt;
|-&lt;br /&gt;
| F10&lt;br /&gt;
| Date (in form of DD.MM.YYYY)&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F1&lt;br /&gt;
| Text verwerfen&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F2&lt;br /&gt;
| Zeile löschen&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F3&lt;br /&gt;
| Wort löschen&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F5&lt;br /&gt;
| Search&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F6&lt;br /&gt;
| Dos-Shell&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F7&lt;br /&gt;
| Faltblattmarkierung&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F8&lt;br /&gt;
| Spellchecker&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F9&lt;br /&gt;
| Grafikzeichen&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F1&lt;br /&gt;
| underlined&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F2&lt;br /&gt;
| bold&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F3&lt;br /&gt;
| superscript&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F4&lt;br /&gt;
| subscript&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F5&lt;br /&gt;
| breitschrift&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F6&lt;br /&gt;
| schmalschrift&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F7&lt;br /&gt;
| italics&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F8&lt;br /&gt;
| doubled&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F9&lt;br /&gt;
| Trennhilfe&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Manual ==&lt;br /&gt;
As I don't have any manual, I provide some useful hints here:&lt;br /&gt;
*Setting an tabulator with F5, you can a standard to which position a tabulator is including, so e.g. placing a tabulator marker at position 9, pressing key [tab] StarTexter will include 9 &amp;quot;whitespaces&amp;quot; (actually it is 0x80 in the file).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [https://de.wikipedia.org/wiki/StarTexter StarTexter] article at the German Wikipedia&lt;/div&gt;</summary>
		<author><name>Mabdul</name></author>
	</entry>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=Software:StarTexter&amp;diff=5567</id>
		<title>Software:StarTexter</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=Software:StarTexter&amp;diff=5567"/>
		<updated>2013-03-17T10:32:06Z</updated>

		<summary type="html">&lt;p&gt;Mabdul: +image and cycles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Software&lt;br /&gt;
|title=StarTexter III&lt;br /&gt;
|image=[[Image:StarTexter3.png|250px]]&lt;br /&gt;
|caption=StarTexter III for DOS&lt;br /&gt;
|publisher=Sybex&lt;br /&gt;
|released=Sep. 1990&lt;br /&gt;
|version=[[Version0.74|0.74]]&lt;br /&gt;
|status=Perfect&lt;br /&gt;
|executable='''TEXT3.EXE'''&lt;br /&gt;
}}&lt;br /&gt;
'''StarTexter III''' should work without any special configuration. It runs totally fine/fast with 500 cycles tested under Windows 7 64 bit and Mac OS X 10.7.&lt;br /&gt;
&lt;br /&gt;
== Printing ==&lt;br /&gt;
I couldn't test the printing because my Laptop doesn't have any LTP port any longer.&lt;br /&gt;
&lt;br /&gt;
== Shortcuts ==&lt;br /&gt;
{|&lt;br /&gt;
| Key&lt;br /&gt;
| Result&lt;br /&gt;
|-&lt;br /&gt;
| F1&lt;br /&gt;
| Help&lt;br /&gt;
|-&lt;br /&gt;
| F2&lt;br /&gt;
| Manuales Trennen&lt;br /&gt;
|-&lt;br /&gt;
| F3&lt;br /&gt;
| Center the text&lt;br /&gt;
|-&lt;br /&gt;
| F4&lt;br /&gt;
| indent&lt;br /&gt;
|-&lt;br /&gt;
| F5&lt;br /&gt;
| Tabulatoren setzen/löschen&lt;br /&gt;
|-&lt;br /&gt;
| F6&lt;br /&gt;
| Absatz formatieren&lt;br /&gt;
|-&lt;br /&gt;
| F7&lt;br /&gt;
| Blocksatz ein-/ausschalten&lt;br /&gt;
|-&lt;br /&gt;
| F8&lt;br /&gt;
| Blockstart/-ende&lt;br /&gt;
|-&lt;br /&gt;
| F9&lt;br /&gt;
| Festes Leerzeichen&lt;br /&gt;
|-&lt;br /&gt;
| F10&lt;br /&gt;
| Date (in form of DD.MM.YYYY)&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F1&lt;br /&gt;
| Text verwerfen&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F2&lt;br /&gt;
| Zeile löschen&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F3&lt;br /&gt;
| Wort löschen&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F5&lt;br /&gt;
| Search&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F6&lt;br /&gt;
| Dos-Shell&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F7&lt;br /&gt;
| Faltblattmarkierung&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F8&lt;br /&gt;
| Spellchecker&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F9&lt;br /&gt;
| Grafikzeichen&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F1&lt;br /&gt;
| underlined&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F2&lt;br /&gt;
| bold&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F3&lt;br /&gt;
| superscript&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F4&lt;br /&gt;
| subscript&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F5&lt;br /&gt;
| breitschrift&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F6&lt;br /&gt;
| schmalschrift&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F7&lt;br /&gt;
| italics&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F8&lt;br /&gt;
| doubled&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F9&lt;br /&gt;
| Trennhilfe&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [https://de.wikipedia.org/wiki/StarTexter StarTexter] article at the German Wikipedia&lt;/div&gt;</summary>
		<author><name>Mabdul</name></author>
	</entry>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=File:StarTexter3.png&amp;diff=5566</id>
		<title>File:StarTexter3.png</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=File:StarTexter3.png&amp;diff=5566"/>
		<updated>2013-03-17T10:29:39Z</updated>

		<summary type="html">&lt;p&gt;Mabdul: Sybex StarTexter 3 running with 500 cycles...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sybex StarTexter 3 running with 500 cycles...&lt;/div&gt;</summary>
		<author><name>Mabdul</name></author>
	</entry>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=Software:StarTexter&amp;diff=5565</id>
		<title>Software:StarTexter</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=Software:StarTexter&amp;diff=5565"/>
		<updated>2013-03-17T10:15:05Z</updated>

		<summary type="html">&lt;p&gt;Mabdul: new article...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Software&lt;br /&gt;
|title=StarTexter III&lt;br /&gt;
|image=&lt;br /&gt;
|caption=StarTexter III for DOS&lt;br /&gt;
|publisher=Sybex&lt;br /&gt;
|released=Sep. 1990&lt;br /&gt;
|version=[[Version0.74|0.74]]&lt;br /&gt;
|status=Perfect&lt;br /&gt;
|executable='''TEXT3.EXE'''&lt;br /&gt;
}}&lt;br /&gt;
'''StarTexter III''' should work without any special configuration. &lt;br /&gt;
&lt;br /&gt;
== Printing ==&lt;br /&gt;
I couldn't test the printing because my Laptop doesn't have any LTP port any longer.&lt;br /&gt;
&lt;br /&gt;
== Shortcuts ==&lt;br /&gt;
{|&lt;br /&gt;
| Key&lt;br /&gt;
| Result&lt;br /&gt;
|-&lt;br /&gt;
| F1&lt;br /&gt;
| Help&lt;br /&gt;
|-&lt;br /&gt;
| F2&lt;br /&gt;
| Manuales Trennen&lt;br /&gt;
|-&lt;br /&gt;
| F3&lt;br /&gt;
| Center the text&lt;br /&gt;
|-&lt;br /&gt;
| F4&lt;br /&gt;
| indent&lt;br /&gt;
|-&lt;br /&gt;
| F5&lt;br /&gt;
| Tabulatoren setzen/löschen&lt;br /&gt;
|-&lt;br /&gt;
| F6&lt;br /&gt;
| Absatz formatieren&lt;br /&gt;
|-&lt;br /&gt;
| F7&lt;br /&gt;
| Blocksatz ein-/ausschalten&lt;br /&gt;
|-&lt;br /&gt;
| F8&lt;br /&gt;
| Blockstart/-ende&lt;br /&gt;
|-&lt;br /&gt;
| F9&lt;br /&gt;
| Festes Leerzeichen&lt;br /&gt;
|-&lt;br /&gt;
| F10&lt;br /&gt;
| Date (in form of DD.MM.YYYY)&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F1&lt;br /&gt;
| Text verwerfen&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F2&lt;br /&gt;
| Zeile löschen&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F3&lt;br /&gt;
| Wort löschen&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F5&lt;br /&gt;
| Search&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F6&lt;br /&gt;
| Dos-Shell&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F7&lt;br /&gt;
| Faltblattmarkierung&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F8&lt;br /&gt;
| Spellchecker&lt;br /&gt;
|-&lt;br /&gt;
| CTRL + F9&lt;br /&gt;
| Grafikzeichen&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F1&lt;br /&gt;
| underlined&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F2&lt;br /&gt;
| bold&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F3&lt;br /&gt;
| superscript&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F4&lt;br /&gt;
| subscript&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F5&lt;br /&gt;
| breitschrift&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F6&lt;br /&gt;
| schmalschrift&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F7&lt;br /&gt;
| italics&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F8&lt;br /&gt;
| doubled&lt;br /&gt;
|-&lt;br /&gt;
| Caps + F9&lt;br /&gt;
| Trennhilfe&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [https://de.wikipedia.org/wiki/StarTexter StarTexter] article at the German Wikipedia&lt;/div&gt;</summary>
		<author><name>Mabdul</name></author>
	</entry>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=Software:Microsoft_Word&amp;diff=5564</id>
		<title>Software:Microsoft Word</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=Software:Microsoft_Word&amp;diff=5564"/>
		<updated>2013-03-17T09:53:09Z</updated>

		<summary type="html">&lt;p&gt;Mabdul: +direct download link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
== Making it work ==&lt;br /&gt;
See [http://www.downloadsquad.com/2005/11/25/free-file/ http://www.downloadsquad.com/2005/11/25/free-file/] for some details.&lt;br /&gt;
&lt;br /&gt;
== Versions ==&lt;br /&gt;
* [[Software:Microsoft Word DOS|Microsoft Word for DOS]]&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
Microsoft released Microsoft Word 5.5 for DOS for free. ([http://download.microsoft.com/download/word97win/Wd55_be/97/WIN98/EN-US/Wd55_ben.exe Direct download] from microsoft.com)&lt;/div&gt;</summary>
		<author><name>Mabdul</name></author>
	</entry>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=Software&amp;diff=5563</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=Software&amp;diff=5563"/>
		<updated>2013-03-17T09:50:27Z</updated>

		<summary type="html">&lt;p&gt;Mabdul: +  * Software:StarTexter| (a.k.a Sybex Quattro Textverarbeitung)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a list of every article for every application that is known to work or not work on DOSBox.  This list is naturally incomplete, but over time, as users take the time to check on their favorite application, this list will help new users understand what they can expect to happen when they try to get their favorite application to work.  Software applications are not the primary focus of DOSBox, and the needs of [[GAMES|games]] tend to receive a higher degree of attention by the developers over the needs of an application. Although having said that, most applications work fine in DOSbox.&lt;br /&gt;
&lt;br /&gt;
== #-N ==&lt;br /&gt;
&lt;br /&gt;
* ACT2, Ver. 2.11 of the contact manager, has run on Linspire 4, 5, and 6 as well as FreeSpire 2;  runs on Ubuntu 8.1 but cursor keys don't work.&lt;br /&gt;
* [[Software:Adlib Composer|Adlib Composer]] (graphical music production tool for Adlib sound cards)&lt;br /&gt;
* [[Software:Ashton Tate's Framework III|Ashton Tate's Framework III]]&lt;br /&gt;
* [[Software:Protel|Autotrax]]&lt;br /&gt;
* [[Software:Borland Delphi 16-bit|Borland Delphi 16-bit]]&lt;br /&gt;
* [[Software:Borland Turbo Assembler 5.0|Borland Turbo Assembler 5.0]] (minus tlink32)&lt;br /&gt;
* [[Software:Borland Turbo C|Borland Turbo C]] version 5.0&lt;br /&gt;
* [[Software:Borland Turbo Pascal|Borland Turbo Pascal]] versions 3.X, 4.X, 7.0 (although limited because of missing CTRL-Break functionality)&lt;br /&gt;
* [[Software:Central Point Software PCTools Deluxe|Central Point Software PCTools Deluxe]] ver. 4.23&lt;br /&gt;
* CMPlus (Double entry accounting software, run under Ubuntu 9.10)&lt;br /&gt;
* Contex PC Bank Manager (Personal Finance software) - run under Windows 7 64-bit&lt;br /&gt;
* [[Software:Composer 669|Composer 669]]&lt;br /&gt;
* Dbase III+&lt;br /&gt;
* Deluxe Paint 2 Enhanced (versions 2.3, 2.4, 3.0)&lt;br /&gt;
* DJGPP C Development system and RHIDE IDE&lt;br /&gt;
* [[Software:Dos Vectrex Emulator (DVE)|DVE]] (Vectrex Emulator for DOS)&lt;br /&gt;
* [[Software:Fast Tracker 2|Fast Tracker 2]] (Music production/sequencer)&lt;br /&gt;
* Freebase (free text database from CAT Benelux)&lt;br /&gt;
* [[Software:Generic CADD|Generic CADD]]&lt;br /&gt;
* [[Software:ImpulseTracker|ImpulseTracker]] (Music production/sequencer)&lt;br /&gt;
* [[Software:Intuit Quicken|Intuit Quicken]] (Fails with &amp;quot;illegal command&amp;quot; error. Version 8.0.)&lt;br /&gt;
* [[Software:JuggleMaster version 1.60|JuggleMaster version 1.60]]&lt;br /&gt;
* Lotus Agenda version 2.0&lt;br /&gt;
* [[Software:Mah Jongg Rel 4.2|Mah Jongg Rel 4.2]]&lt;br /&gt;
* [[Software:MicroPro International Wordstar|MicroPro International Wordstar]] ver. 3.3, 4.0, Pro 4.0&lt;br /&gt;
* [[Software:Microsoft Excel|Microsoft Excel]]&lt;br /&gt;
* [[Software:Microsoft GWBASIC|Microsoft GWBASIC]] (BASIC language interpreter.)&lt;br /&gt;
* [[Software:Microsoft Powerpoint 2.0|Microsoft Powerpoint 2.0]]&lt;br /&gt;
* [[Software:Microsoft QuickBASIC|Microsoft QuickBASIC]] (BASIC compiler with IDE)&lt;br /&gt;
* [[Software:Microsoft Visual Basic 3.0|Microsoft Visual Basic 3.0]]&lt;br /&gt;
* [[Software:Windows|Microsoft Windows]] (versions 1.0 through Windows for Workgroups 3.11)&lt;br /&gt;
* [[Software:Microsoft Word|Microsoft Word]]&lt;br /&gt;
* [[Software:Microsoft Works|Microsoft Works]]&lt;br /&gt;
* [[Software:Microsoft Windows 95|Microsoft Windows 95]]&lt;br /&gt;
* [[Software:Microstation 4.0|Microstation 4.0]] (DOS based CAD program)&lt;br /&gt;
* [[Software:Mille Bournes v4.5|Mille Bournes v4.5]]&lt;br /&gt;
* Norton Commander 5.5&lt;br /&gt;
&lt;br /&gt;
== O-Z ==&lt;br /&gt;
* [[Software:OpenGEM 5.0|OpenGEM 5.0]]&lt;br /&gt;
* [[Software:Paradox 4.0|Paradox 4.0]]&lt;br /&gt;
* [[Software:PKWare PKUnzip|PKWare PKUnzip]]&lt;br /&gt;
* [[Software:PC Write|PC Write]]&lt;br /&gt;
* [[Software:Neuberger PMC-Software|PMC]]&lt;br /&gt;
* [[Software:QandA|Q&amp;amp;A Database]] (Version 4.0 for DOS works fine for me. I haven't tried other versions.)&lt;br /&gt;
* QBasic&lt;br /&gt;
* [[Software:Omation|Schema III]]&lt;br /&gt;
* [[Software:Seal|SEAL]]&lt;br /&gt;
* [[Software:Skyglobe|Skyglobe]]&lt;br /&gt;
* [[Software:Soundex Coder|Soundex Coder v8.02]]&lt;br /&gt;
* [[Software:Spectra|Spectra]] (Formerly known as WinDOS)&lt;br /&gt;
* [[Software:StarTexter|StarTexter]] (a.k.a Sybex Quattro Textverarbeitung)&lt;br /&gt;
* STS Orbit Plus (aka STSPLUS)&lt;br /&gt;
* Tango PCB &amp;amp; SCH (PCB CAD from early 1990s) Both run, but PCB requires loading SafeSoft emulator first.&lt;br /&gt;
* UniComal 3.11&lt;br /&gt;
* [[Software:Vim|Vim]]&lt;br /&gt;
* [[Software:WordPerfect|WordPerfect]]&lt;br /&gt;
* [[Software:Wordstar-6 for DOS|Wordstar-6 for DOS]]&lt;br /&gt;
* [[Software:Xtree Gold|Xtree Gold]]&lt;br /&gt;
* [[Software:ZSNES|ZSNES]]&lt;/div&gt;</summary>
		<author><name>Mabdul</name></author>
	</entry>
</feed>