Problems running .exe file on dosbox

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
AG92
Posts: 1
Joined: 06 Mar 2014 11:26

Problems running .exe file on dosbox

#1 Post by AG92 » 06 Mar 2014 11:43

I'm trying to run a programm using DOSBOX.
I followed some tutorials to mount the program and everything works as it should work.
When i type 'dir', the correct files appear so i think the mounting was done correcly.

The install text document that comes with the programm just says: "open the .exe file and follow instructions on screen"

However, when i try to open the .exe file to install/run the program, i get this message:
Image

When drag the icon of the .exe file to the DOSbox icon to open the programm, the same message appears...

Anyone who can tell me what to do to run the programm correctly?


Thanks a lot!
AG

Squashman
Expert
Posts: 4488
Joined: 23 Dec 2011 13:59

Re: Problems running .exe file on dosbox

#2 Post by Squashman » 06 Mar 2014 12:19

Dosbox does have its own dedicated help forum. You may find better help over there if nobody responds here.
http://www.vogons.org/viewforum.php?f=53

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: Problems running .exe file on dosbox

#3 Post by foxidrive » 07 Mar 2014 07:54

There may be a specific installation folder or support files which are missing.

We'd be guessing without knowing which program and version you are using in Dosbox.

carlos
Expert
Posts: 503
Joined: 20 Aug 2010 13:57
Location: Chile
Contact:

Re: Problems running .exe file on dosbox

#4 Post by carlos » 07 Mar 2014 19:32

some old programs have hardcoded the path limited for example, if the installation is from floppy: a: and if is from cdrom d:

that cause for example, that you need mount the c: as c:\ and the installation folder as a: or d: and also using the root folder.

example if you hace on your installation files on c:\downloads\program\ try mount c:\downloads\program\ as a: or d:

the idea is run the setup from a root directory like: d:\setup.exe that is different that run from d:\downloads\setup.exe

Post Reply