PDF download Download Article PDF download Download Article

16-bit applications are applications made to run on 16-bit processors and operating systems. They were in common use in the 1980s and early 1990s, but fell out of favor after the introduction of Windows 95 and Windows NT. Due to the way modern 64-bit processors work, 64-bit versions of Windows generally cannot run 16-bit applications without installing additional software.

Method 1
Method 1 of 3:

Using DOSBox

PDF download Download Article
  1. DOSBox is a free emulator designed to run games made for MS-DOS. It is available for Windows, macOS, Linux, and even Android.
  2. In Windows, C:\Users\DOSBOX is a good start, as it is easy to find. Place the installer or any files the program needs into the directory.
    Advertisement
  3. In Windows, the DOSBox configuration file is usually located in C:\Users\[your username]\AppData\Local\DOSBox
  4. Under the line that says "[autoexec]", enter
    • mount c C:\Users\DOSBOX
    • c:
  5. This makes the contents of the directory you created appear as a hard drive in DOSBox.
  6. This is done by typing in the name of the program or batch file responsible, such as GAME.BAT or SETUP.EXE.
  7. Advertisement
Method 2
Method 2 of 3:

Using VirtualBox

PDF download Download Article
  1. VirtualBox is a free virtual machine. It allows you to run various operating systems inside a window, without requiring you to reboot your computer or repartition your hard drive. It runs on Windows, macOS (Intel Macs only), and Linux. You will need a copy of the operating system you want to run, as it does not come with any. Windows 2000 or Windows XP (32-bit) are good choices for operating systems, as they can run most 16-bit applications while performing well in VirtualBox. Windows 95 and Windows 98 also work, but do not run as well.
  2. Click the "New" button", or press Ctrl-N, to start the Create Virtual Machine wizard. Type in a name for the virtual machine, such as "Windows XP" or "Old applications." Click the "Next" and "Create" buttons for the rest of the wizard, as the default options are fine for 16-bit applications.
  3. Go to Storage. You should see a CD icon with the word "Empty" next to it. Click it. On the far right-hand side, you should see a second CD icon with a down arrow on it. Click it.
    • If you have a CD for the operating system you want to use and your computer has a CD/DVD drive, click "Host Drive 'D:' (the letter may be different on your computer)
    • If you have a CD, but your computer does not have a disc drive, ask a friend to make a copy of it for you. This is legal, as long as you have a license for the operating system. InfraRecorder is a good free program for making copies of CDs, known as ISOs. Use the "Choose a disk file" option to use the ISO image
  4. You are now ready to start the virtual machine! Click the Start button, or double-click the virtual machine in the list. It should now start the installer for your operating system.
  5. You can now install applications on it, by inserting the discs or mounting their ISO images.
    • Unlike CD/DVDs, VirtualBox does not have an option for using real floppy drives and disks directly. If you open the Storage menu again, there is a button for adding a new storage controller. Click it, and then select "I82078 (Floppy)". Now click "Add new storage attachment" to bring up the Floppy Disk Selector window. Click "Add" to select a floppy disk image
    • If your program does not have a CD/DVD, you can create a new one with the "Choose/Create a Virtual Optical Disk" option
  6. Advertisement
Method 3
Method 3 of 3:

Using QEMU

PDF download Download Article
  1. QEMU is a free emulator for multiple processors and computer systems. While not quite as fast or simple to use, it is compatible with more operating systems than VirtualBox or DOSBox, and thus is a good option if you need to run Windows 95 or 98. It is available for Windows, macOS, and Linux.
  2. QEMU is a command-line program. To use it, you have to type in additional parameters, or provide them in a batch file. The default installation directory should be C:\Program Files\qemu\ .
  3. In Windows, if you hold down Shift and right-click in a folder, you'll see a "Open a PowerShell window here" or "Open a Command Prompt window here" option.
  4. For example, qemu-img create -f raw C:\Users\WikiHow\Windows98.img 6G will create a file named "Windows98.img" that act like a 6 GB hard drive for Windows 98 in the user "WikiHow"'s home directory. Substitute your own username in place of "WikiHow."
    • qemu-system-i386 -hda C:\Users\WikiHow\Windows98.img -cdrom /dev/cdrom -boot d will use your computer's real CD-ROM drive to boot from
    • qemu-system-i386 -hda C:\Users\WikiHow\Windows98.img -cdrom C:\Users\WikiHow\Windows98.iso -boot d will use an ISO image as the boot disk.
  5. This may be necessary to complete the setup process, or to install additional drivers.
    • qemu-system-i386 -hda C:\Users\WikiHow\Windows98.img -cdrom /dev/cdrom -boot c or qemu-system-i386 -hda C:\Users\WikiHow\Windows98.img -cdrom C:\Users\WikiHow\Windows98.iso -boot c
    • qemu-system-i386 -hda C:\Users\WikiHow\Windows98.img boot c
  6. For example, one without any CDs inserted, or one with a different disc inserted, so that you can install the application you need. It is possible to switch ISO images after booting, but some may find shutting down and rebooting preferable to typing in the commands to switch them.
  7. Advertisement

Expert Q&A

Ask a Question
      Advertisement

      Tips

      • There are many front ends for DOSBox that can make it easier to set up or run applications. See the DOSBox download page for links to some of them.
      • During installation, the VirtualBox installer will install a new driver, and the internet on your computer may be temporarily disabled. This is normal. The driver is used to allow virtual machines to access the internet.
      • If you add the QEMU directory to your PATH, you will not need to open the directory or navigate to it in the Command Prompt / PowerShell to use it. This also makes writing batch files easier
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      Warnings

      • Never mount your actual C: drive directly in DOSBox (mount c C:\) as this could potentially break something in your host operating system.
      Advertisement

      About This Article

      Thanks to all authors for creating a page that has been read 21,070 times.

      Did this article help you?

      Advertisement