Run DOS in Windows 7
In any workforce after a rollout upgrade to an OS there are legacy programs that will not come along. There are then stubborn cheap people who refuse to upgrade the software and demand IT make it work. We ran into this case this week for a computer that serves a dual purpose on to capture data from a old testing device and then report this data in new Office 2010. The reason the data needs to be in Office 2010 is the senior management has 2010 and do not want to wait for a converter. Here is our work around.
The first thing was needed to fin a way to run DOS on top of Windows 7 and we found a website with software that can help. Go to and download DOSbox.com install the program. If you have not seen it before it also works on Vista.
You need to move the DOS data to one folder
Run the program DOSbox
In the command you need type the path of that folder in the command
mount C C:\FolderwhereweputDOS
You can then do a simple DIR command and the list of your files will appear.
Then you only need to find the (.exe) file the runs your program
Type this at the prompt and hit enter.
When you are done you can exit the program as you normally would but DOSBox will stay open.
To exit this just hit the Escape key and type Exit
You return back to the year 2010.