FreeDOS and DOS version of Civ compadibility?

GenMarshall

High Elven ISB Capt & Ghost Agent
Joined
Jun 17, 2002
Messages
44,448
Location
Night Haven, Vekta, United Systems of Arathor
I have came across to a system known as FreeDOS (I play around a bit with virtualization). I am curious to wonder if the DOS version of Civ can run on FreeDOS?
 
I'm not sure if FreeDOS supports CIV. If you're only looking for a way to play CIV in a simulated DOS-environment, you should try DOS-box. That is what I use and it works perfectly. You can download it here:

http://dosbox.sourceforge.net

I'm sorry that I didn't really answer you question, but since I saw a few of your posts in other topics concerning playing CIV in a DOS-environment, I thought you might want to know this.

Good luck!
 
Well, I have DOS-box. I'm just looking for an alternative since constantly mounting that folder gets a bit tiering.
 
create a bat file and write the following in it (change the directory to where Civ is):

Code:
dosbox -c "mount c c:\games\civdos\" -c "c:" -c "civ.exe"

Then move the bat file into where dosbox is located, then just create a shortcut to the bat file.
 
You can also append commands into the [autoexec] section of DOSBox.conf, e.g.:

Code:
[autoexec]
# Lines in this section will be run at startup.
mount C C:\DOS
C:
 
Back
Top Bottom