Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Ditch Your AI Loyalty and Pick an AI Image or Video Model Based on Its ‘Personality’

    The 21 Best Apple TV Shows You’re Probably Not Watching

    A Budget MacBook Makes Sense, but Crushing the Chromebook Won’t Be Easy

    Facebook X (Twitter) Instagram
    • Artificial Intelligence
    • Business Technology
    • Cryptocurrency
    • Gadgets
    • Gaming
    • Health
    • Software and Apps
    • Technology
    Facebook X (Twitter) Instagram Pinterest Vimeo
    Tech AI Verse
    • Home
    • Artificial Intelligence

      Amazon to lay off 14,000 corporate employees

      October 29, 2025

      Elon Musk launches Grokipedia as an alternative to ‘woke’ Wikipedia

      October 29, 2025

      Fears of an AI bubble are growing, but some on Wall Street aren’t worried just yet

      October 18, 2025

      The sleeper issue that could play a huge role in Virginia and New Jersey — and the midterms

      October 16, 2025

      California bill regulating top AI companies signed into law

      September 30, 2025
    • Business

      Government faces questions about why US AWS outage disrupted UK tax office and banking firms

      October 23, 2025

      Amazon’s AWS outage knocked services like Alexa, Snapchat, Fortnite, Venmo and more offline

      October 21, 2025

      SAP ECC customers bet on composable ERP to avoid upgrading

      October 18, 2025

      Revenue generated by neoclouds expected to exceed $23bn in 2025, predicts Synergy

      October 15, 2025

      You can now try Fortnite directly in Discord

      October 8, 2025
    • Crypto

      Not ETF Buzz, Nor Whales — This Group Can Save Dogecoin (DOGE) Price From a Breakdown

      November 14, 2025

      Upexi CSO Explains Why the Next Wave of Corporate Finance Is Moving On-Chain

      November 14, 2025

      KuCoin Hosts CIS Partners Meetup to Drive Regional Expansion

      November 14, 2025

      Bitcoin Faces Head and Shoulders: Delayed Fuse or Invalidated Pattern?

      November 14, 2025

      Major Exchange Listings Fail to Boost Prices as Crypto Market Sentiment Nosedives

      November 14, 2025
    • Technology

      Ditch Your AI Loyalty and Pick an AI Image or Video Model Based on Its ‘Personality’

      November 14, 2025

      The 21 Best Apple TV Shows You’re Probably Not Watching

      November 14, 2025

      A Budget MacBook Makes Sense, but Crushing the Chromebook Won’t Be Easy

      November 14, 2025

      Is It Safe for You to Install ChatGPT Atlas?

      November 14, 2025

      I’m Really Not the Demographic for the New Jonas Brothers Christmas Movie but I Loved It Anyway

      November 14, 2025
    • Others
      • Gadgets
      • Gaming
      • Health
      • Software and Apps
    Check BMI
    Tech AI Verse
    You are at:Home»Technology»Old games, new PC: How to run DOS classics on Windows 11
    Technology

    Old games, new PC: How to run DOS classics on Windows 11

    TechAiVerseBy TechAiVerseNovember 11, 2025No Comments10 Mins Read1 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    Old games, new PC: How to run DOS classics on Windows 11
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    Old games, new PC: How to run DOS classics on Windows 11

    Skip to content

    Image: monticello/Shutterstock.com

    Who doesn’t remember PC games such as Maniac Mansion, the King’s Quest series and the dubious adventures of Leisure Suit Larry or software such as Microsoft Works and Lotus Smart Suite?

    These titles originally came from the 80s and 90s, ran under MS-DOS or Windows 3.1 and were delivered on floppy discs or—very modern back then!—CD-ROMs.

    In our guide, we want to breathe new life into these treasures from the past and get them running on a current PC with Windows 11.

    We describe two scenarios:

    1. Firstly, we use the original data carriers for MS-DOS or Windows 3.1.
    2. The second scenario describes the case where installation media are no longer available. Even then, there is a way for you to delve back into all your favourite games and programs from back then.

    Prerequisite: DOSBox as MS-DOS emulator

    To run old applications and games under Windows 11, you need an emulator such as DOSBox.

    This command line tool, which was primarily developed for games, provides the MS-DOS platform and simulates an IBM PC-compatible computer with an x86 processor, the speed of which you can adjust.

    This means that old 16-bit programs can also be run under DOSBox, and you can even install Windows 3.1 and then run compatible software on it.

    Since not every user knows how to use a command line tool or still has the handling of MS-DOS including all commands ready at hand, DOSBox comes with a very good help function and also offers tutorials and instructions on the project website, simplifying operation enormously.

    Foundry

    DOSBox also provides the required hardware environment: In addition to mouse and keyboard, the tool controls input devices such as joysticks and gamepads, which is indispensable for games.

    It also supports (virtual) CD-ROM drives and sound cards for audio output. The emulator works independently of the actual equipment of the PC on which it’s running.

    The operation of DOSBox requires rudimentary knowledge of command line tools. However, you can always call up a short introduction and the help function each time you start it, and there are excellent instructions on the project website.

    There is also an alphabetically sorted list of supported games at www.dosbox.com/comp_list.php.

    Setting up DOSBox and mounting the necessary drives

    For the sake of clarity, install DOSBox in a newly created directory called Oldies on your hard drive “C:” and create another folder called DOSSoft in which you’ll later store your games and applications.

    When naming folders, please note that DOSBox, like MS-DOS itself, abbreviates all names that are longer than eight characters. As you’ll have to type the folder names into the command line later, you should therefore avoid names that are too long.

    For our article, we first want to run the MS-DOS game Shadowlands (1992), which we still have the original 3.5-inch floppy disc for, under DOSBox.

    Next, install Windows 3.1 from the original floppy discs and install the graphics program Aldus Photostyler (1991) – available on four 3.5-inch floppy discs – and an image of Microsoft Works (1988).

    The most important command in DOSBox is mount. You use it to provide the drives and folders that you’ll need later to install and start your software. The dir command shows you the contents of a directory, for example the floppy disc of the game Shadowland (1992).

    Foundry

    To read the media, use a USB floppy drive that is mounted in DOSBox, i.e. make it available to the emulator as a physical drive. To do this, start the program and type for the USB floppy drive

    mount A A: -t floppy

    This preserves the drive’s letter A. The “-t” and the subsequent designation stand for the drive type that is mounted. The drive letter is capitalized. Otherwise, upper and lower case is not important.

    If the mount was successful, a corresponding message appears. Please be patient, however, as the process may take a few seconds.

    Important: Every time you exit DOSBox, you must remount your drives. In addition, the contents of the mounted drives and folders are not updated. So if you copy new files into a mounted directory, you must remove it with mount -u : and then remount it.

    By the way: If you still have programs on 5.25-inch floppy discs, installation can be difficult or even impossible. We did not find any external drives for this in our research, and the current mainboards do not have the controllers for used internal devices.

    So if you want to use a program that originally comes on 5.25-inch floppy discs, you have to get the ISO from the Internet. But more on this later.

    Running games from 3.5-inch discs under MS-DOS

    The fantasy role-playing game Shadowlands was released in 1992 for MS-DOS, Amiga and Atari, and we want to run it from the original 3.5-inch floppy disc in DOSBox.

    After mounting our floppy drive as described above, we must do the same with our installation directory. So we type

    mount C C:OldiesDOSSoft 

    – the folder now has the drive letter “C:” -, then change the drive letter with

    A: 

    to the floppy drive and install Shadowlands using the command

    install A: C: 

    into our game folder.

    A “SHADOW” folder is automatically created. The message “Install Complete” appears as confirmation, and we switch to the next folder with

    C: 

    to automatically switch to the SHADOW folder. With

    dir

    to display the contents and finally start our game with shadow.

    The Lucas Arts adventure game The Dig was distributed on a CD in 1995. The game can still be started and played directly from this disc in DOSBox. To do this, we mount the external drive, change to the directory of The Dig and execute the start file.

    Foundry

    By the way: If there are several subfolders, the cd command is used to change the subfolder manually. You can go one level higher with cd . (two dots).

    After starting Shadowlands, select the resolution, i.e. whether we want VGA with 640 x 480 pixels or EGA with 640 x 350 pixels. We prefer the “newer” VGA.

    Shadowlands then starts with sound output and lets us create a hero for our epic adventure.

    Conveniently, we can use the mouse, as DOSBox can provide this as well as the keyboard. While you’re in an emulated game, the mouse and keyboard are disabled for your “real” PC. You must then exit the game or briefly interrupt it with Ctrl-Alt-Del to restore functionality.

    If you then want to switch back to the game, simply click with the mouse in the relevant window.

    By the way: If you want to install an old game from CD, mount the corresponding drive with

    mount E E: -t cdrom

    whereby the drive retains the letter E. Then switch to it with E:, display the contents with dir to find the setup file and then execute it.

    Proceed in the same way if a game can be started directly from CD. Then run the start file instead of the installer.

    Installing Windows 3.1 from disc or image on DOSBox

    Next, we want to install Windows 3.1 from our seven 3.5-inch floppy discs under DOSBox. To do this, mount our floppy drive and the installation folder as described above.

    With

    dir

    to display the contents of the first floppy disc and then start the installation with

    setup

    The familiar screen appears and you can run through the installation. Change the discs when the installation wizard prompts you to do so. The data is automatically stored in your installation directory in a (new) folder called WINDOWS. To start the operating system, mount this folder as drive F, for example, with

    mount F C:OldiesDOSSoftWindows 

    mount, then change to the directory with F: and start Windows 3.1 with

    win 

    to start it. To return to DOSBox, click on “File” and “Exit Windows” in Windows 3.1.

    You can even install Windows 3.1 in DOSBox using the original discs or an image of them and then use other programs in it. Today, installation via image only takes a few seconds – no comparison with the numerous floppy disc changes in the past.

    Foundry

    Caution: Older floppy discs in particular may no longer be readable!

    In this case, you can alternatively obtain an image of the desired program from the Internet. Remember, however, that you cannot legally use the software without a valid serial number!

    In the case of Windows 3.1, for example, we found what we were looking for at winworldpc.com. After downloading and unpacking the ZIP file, move the six disc images to a newly created folder called Win31, which you then move to your installation directory.

    Also unpack the IMG files so that all installation files are in one folder. Now mount the directory as drive E with

    mount E C:OldiesDOSSoftWin31

    then change to the directory with E: and carry out the installation with setup. As with the installation via floppy discs, a folder “WINDOWS” is created, which you must mount in order to install from it with

    win 

    to start the operating system.

    Running applications in DOSBox under Windows 3.1

    To install a program under Windows 3.1, you’ll need to store the installation files in a folder to which we have access under Windows 3.1.

    This is the case for your installation directory, so create a folder called Aldus for Aldus Photostyler and copy the files from the Aldus discs into it.

    Under DOSBox, change to the (newly) mounted drive “C:” and make sure that the folder is also available. Then start Windows 3.1 in DOSBox and open the “File Manager” in the “Main Group” folder.

    The Office predecessor Microsoft Works (1988) included a word processor, a spreadsheet and a database and can still be installed under Windows 3.1 in DOSBox without any problems. It’s also easy to use.

    Foundry

    Find your “Aldus” folder in the “C:” drive, and then open it. Start the installation with the “pssetup.exe” file. Then close the file manager using the button of the same name and find Aldus Photostyler in its own folder. Double-click on the icon to start the application.

    Next, to install the Microsoft Works 2.0 image proceed in the same way as with the Windows installation: Download the ZIP file from winworldpc.com, unzip it into a previously created “Works” folder in your installation directory and unzip the eight disc images into it so that all the files are in the Works folder.

    Then remount the folder in DOSBox, start Windows 3.1 and open drive “C:” via the file manager as already described. In the “Works” folder, start the installation via the “setup.exe” file.

    Create disc images

    If you have software on original floppy discs and want to store their contents as securely as possible, you should create images of them. This is possible with the freeware Floppy Image, which you simply run via the exe file without installation. The program can create IMZ, IMG, and EXE files.

    You can create images of your floppy discs with the Floppy Image freeware. The old media are notorious for often causing difficulties when being read so this is a good way to protect your software and install it later.

    Foundry

    Click on “Browse” under “Read Floppy” in the program, specify the name, the storage location and the desired image format and click on “Save”.

    Now enter a description and start the process by clicking on “Start”.

    This article originally appeared on our sister publication PC-WELT and was translated and localized from German.


    Author: Verena Ottmann
    , Contributor, PCWorld

    Verena Ottmann has been an editor for our German sister site PC-WELT for many years, covering Android, smartphones, gadgets and software.

    Share. Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Telegram Email
    Previous ArticleAcer Predator X34 X0 review: A Mini-LED ultrawide monitor for less than $500
    Next Article Stop using these outdated Linux commands before they cause problems
    TechAiVerse
    • Website

    Jonathan is a tech enthusiast and the mind behind Tech AI Verse. With a passion for artificial intelligence, consumer tech, and emerging innovations, he deliver clear, insightful content to keep readers informed. From cutting-edge gadgets to AI advancements and cryptocurrency trends, Jonathan breaks down complex topics to make technology accessible to all.

    Related Posts

    Ditch Your AI Loyalty and Pick an AI Image or Video Model Based on Its ‘Personality’

    November 14, 2025

    The 21 Best Apple TV Shows You’re Probably Not Watching

    November 14, 2025

    A Budget MacBook Makes Sense, but Crushing the Chromebook Won’t Be Easy

    November 14, 2025
    Leave A Reply Cancel Reply

    Top Posts

    Ping, You’ve Got Whale: AI detection system alerts ships of whales in their path

    April 22, 2025380 Views

    Lumo vs. Duck AI: Which AI is Better for Your Privacy?

    July 31, 202599 Views

    6.7 Cummins Lifter Failure: What Years Are Affected (And Possible Fixes)

    April 14, 202573 Views

    Is Libby Compatible With Kobo E-Readers?

    March 31, 202555 Views
    Don't Miss
    Technology November 14, 2025

    Ditch Your AI Loyalty and Pick an AI Image or Video Model Based on Its ‘Personality’

    Ditch Your AI Loyalty and Pick an AI Image or Video Model Based on Its…

    The 21 Best Apple TV Shows You’re Probably Not Watching

    A Budget MacBook Makes Sense, but Crushing the Chromebook Won’t Be Easy

    Is It Safe for You to Install ChatGPT Atlas?

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Welcome to Tech AI Verse, your go-to destination for everything technology! We bring you the latest news, trends, and insights from the ever-evolving world of tech. Our coverage spans across global technology industry updates, artificial intelligence advancements, machine learning ethics, and automation innovations. Stay connected with us as we explore the limitless possibilities of technology!

    Facebook X (Twitter) Pinterest YouTube WhatsApp
    Our Picks

    Ditch Your AI Loyalty and Pick an AI Image or Video Model Based on Its ‘Personality’

    November 14, 20251 Views

    The 21 Best Apple TV Shows You’re Probably Not Watching

    November 14, 20251 Views

    A Budget MacBook Makes Sense, but Crushing the Chromebook Won’t Be Easy

    November 14, 20251 Views
    Most Popular

    Xiaomi 15 Ultra Officially Launched in China, Malaysia launch to follow after global event

    March 12, 20250 Views

    Apple thinks people won’t use MagSafe on iPhone 16e

    March 12, 20250 Views

    French Apex Legends voice cast refuses contracts over “unacceptable” AI clause

    March 12, 20250 Views
    © 2025 TechAiVerse. Designed by Divya Tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions

    Type above and press Enter to search. Press Esc to cancel.