First post, by PoulpSquad
- Rank
- Member
Hello to the VOGONS community
I'm trying to run an old Windows 3.x game (Sid Meier's Civilization II) in Windows 3.11 (not WfWG).
I installed Civ2 from an imgmounted bin/cue (imgmount d "e:\dosbox\iso\sid meier's civilization ii.cue" -t iso -fs iso) and wrote a batch file:
@echo off
imgmount d "e:\dosbox\iso\sid meier's civilization ii.cue" -t iso -fs iso
cd c:\civ2
civ2.exe
imgmount -u d
I created a shortcut that points to said batch file. It mounts the image and changes directory, but when it tries to run Civ2 it
gives me the "This program must be run under Microsoft Windows." error message.
How can I do this?
Here are some details:
Dual Pentium 4 Xeon 3.8GHz
8GB RAM
Windows Server 2003 Enterprise x86 SP 2
DOSBox SVN 3909 from EmuCR
Mount command: mount c "e:\dosbox\c" -t dir -size 512,16,64000,8000 -label msdos5
Thank you in advance for your help.
Cheers!