How to Run EXE Files in DOS

Techwalla may earn compensation through affiliate links in this story. Learn more about our affiliate and product review process here.
DOS emulators provide graphics and sound for i386 software too old to run in Windows.
Image Credit: fergregory/iStock/Getty Images

Windows 8.1 includes a DOS prompt for modern command-line programs, but most vintage EXE files are incompatible with Windows and require a DOS emulator to recreate the early x86 environment. The same commands work in DOS as in the Windows command prompt, but you must mount a Windows directory in DOS to access files on your hard drive.

Advertisement

Mount the Windows File System

Video of the Day

When you mount one file system in another, the directory you mount is called the mount point and acts as the mounted file system's root directory, i.e., you can't access its parent. To access all your DOS programs from an emulator, put their folders in one common folder and then mount it as the DOS root directory. Because DOS doesn't have a mount command, the process depends on your emulator; usually, passing the directory name as an argument to the emulator when you start DOS mounts it as the C: drive. For example, entering the following command at the Windows prompt starts the DOSBox emulator and mounts your Games directory:

Advertisement

Video of the Day

dosbox Games

Open Files and Folders

DOS commands are case-insensitive, including file and folder names, of which DOS displays only the first eight characters. Enter "dir" (without quotes, here and throughout) to view the files and folders in the current directory or "cd" followed by a folder name to change to that directory. After typing the first several characters in a file or folder name, press "Tab" to automatically complete the name. For example, in a folder containing the files Border.inf, Borland.exe and Born.com, type "borl" and press "Tab" to complete the file name Borland.exe. To run the EXE file, simply type its name and press "Enter." Type "help" for a short list of DOS commands or "help \all" for a longer list. Many DOS program folders contain a BAT file that configures DOS before running an EXE file. As with an EXE file, run a BAT file by entering its name at the prompt.

Advertisement

Advertisement

Advertisement

references & resources

Report an Issue

screenshot of the current page

Screenshot loading...