Close Menu
TechUpdateAlert

    Subscribe to Updates

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

    What's Hot

    My Health Anxiety Means I Won’t Use Apple’s or Samsung’s Smartwatches. Here’s Why

    December 22, 2025

    You can now buy the OnePlus 15 in the US and score free earbuds if you hurry

    December 22, 2025

    Today’s NYT Connections: Sports Edition Hints, Answers for Dec. 22 #455

    December 22, 2025
    Facebook X (Twitter) Instagram
    Trending
    • My Health Anxiety Means I Won’t Use Apple’s or Samsung’s Smartwatches. Here’s Why
    • You can now buy the OnePlus 15 in the US and score free earbuds if you hurry
    • Today’s NYT Connections: Sports Edition Hints, Answers for Dec. 22 #455
    • Android might finally stop making you tap twice for Wi-Fi
    • Today’s NYT Mini Crossword Answers for Dec. 22
    • Waymo’s robotaxis didn’t know what to do when a city’s traffic lights failed
    • Today’s NYT Wordle Hints, Answer and Help for Dec. 22 #1647
    • You Asked: OLED Sunlight, VHS on 4K TVs, and HDMI Control Issues
    Facebook X (Twitter) Instagram Pinterest Vimeo
    TechUpdateAlertTechUpdateAlert
    • Home
    • Gaming
    • Laptops
    • Mobile
    • Software
    • Reviews
    • AI & Tech
    • Gadgets
    • How-To
    TechUpdateAlert
    Home»Reviews»Old games, new PC: How to run DOS classics on Windows 11
    Reviews

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

    techupdateadminBy techupdateadminNovember 11, 2025No Comments10 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Da nicht jeder Anwender mit einem Kommandozeilentool umgehen kann oder die Handhabung von MS-DOS samt aller Befehle noch abrufbereit hat, bringt DOSBox eine sehr gute Hilfefunktion mit und bietet auf der Projektwebseite zudem Tutorials und Anleitungen. Das vereinfacht die Bedienung enorm.
    Share
    Facebook Twitter LinkedIn Pinterest Email

    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).

    Der wichtigste Befehl in DOSBox ist mount. Mit ihm stellen Sie die Laufwerke und Ordner bereit, die Sie nachher für die Installation und den Start Ihrer Software brauchen. Der Befehl dir zeigt Ihnen den Inhalt eines Verzeichnisses an, im Bild etwa der Floppy des Spiels Shadowland (1992).

    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:\Oldies\DOSSoft 

    – 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.

    Das Lucas-Arts-Adventure The Dig wurde 1995 auf einer CD vertrieben. Von ihr lässt sich das Spiel auch heute noch direkt in DOSBox starten und spielen. Dazu mounten wir das externe Laufwerk, wechseln in das Verzeichnis von The Dig und führen die Startdatei aus.

    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:\Oldies\DOSSoft\Windows 

    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.

    Über die Originaldisketten oder ein Image davon können Sie sogar Windows 3.1 in DOSBox installieren und dann weitere Programme darin nutzen. Die Installation per Image dauert heute nur wenige Sekunden – kein Vergleich zu früher mit den zahlreichen Diskettenwechseln.

    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:\Oldies\DOSSoft\Win31

    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.

    Der Office-Vorgänger Microsoft Works (1988) brachte eine Textverarbeitung, eine Tabellenkalkulation sowie eine Datenbank mit und lässt sich auch heute noch problemlos unter Windows 3.1 in DOSBox installieren. Auch die Bedienung klappt einwandfrei.

    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.

    Mit der Freeware Floppy Image erstellen Sie Images Ihrer Disketten. Denn die Medien sind berüchtigt dafür, oft Schwierigkeiten beim Auslesen zu machen. Auf diese Weise schützen Sie Ihre Software und können sie auch später noch installieren.

    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”.

    Classics DOS Games Run Windows
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleFirefox’s new anti-fingerprinting protections cut user tracking by 70%
    Next Article 15 of the Best Horror Movies on Netflix to Watch on Halloween
    techupdateadmin
    • Website

    Related Posts

    Gadgets

    Your next Legion Go 2 might run SteamOS instead of Windows 11

    December 21, 2025
    Gadgets

    NFL Week 16: How to Watch Packers vs. Bears, Bills vs. Browns and More Games From Anywhere

    December 20, 2025
    Gadgets

    Top 25 Best PC Games – December 2025 | CNET

    December 15, 2025
    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    NYT Strands hints and answers for Monday, August 11 (game #526)

    August 11, 202545 Views

    These 2 Cities Are Pushing Back on Data Centers. Here’s What They’re Worried About

    September 13, 202542 Views

    Today’s NYT Connections: Sports Edition Hints, Answers for Sept. 4 #346

    September 4, 202540 Views
    Stay In Touch
    • Facebook
    • YouTube
    • TikTok
    • WhatsApp
    • Twitter
    • Instagram
    Latest Reviews

    Subscribe to Updates

    Get the latest tech news from FooBar about tech, design and biz.

    Most Popular

    Best Fitbit fitness trackers and watches in 2025

    July 9, 20250 Views

    There are still 200+ Prime Day 2025 deals you can get

    July 9, 20250 Views

    The best earbuds we’ve tested for 2025

    July 9, 20250 Views
    Our Picks

    My Health Anxiety Means I Won’t Use Apple’s or Samsung’s Smartwatches. Here’s Why

    December 22, 2025

    You can now buy the OnePlus 15 in the US and score free earbuds if you hurry

    December 22, 2025

    Today’s NYT Connections: Sports Edition Hints, Answers for Dec. 22 #455

    December 22, 2025

    Subscribe to Updates

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

    Facebook X (Twitter) Instagram Pinterest
    • About Us
    • Contact us
    • Privacy Policy
    • Disclaimer
    • Terms and Conditions
    © 2026 techupdatealert. Designed by Pro.

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