VOGONS


First post, by RoxoRSH

User metadata
Rank Newbie
Rank
Newbie

Hello

My problem is as follows:
I'm running a .exe file which executes a .COM file. The .COM won't work in CMD due to my 64-bit windows 7 OS.
The .com file runs from dos box but, its' useless on it's own, it's output is required for the .exe file which encapsulates it. off course the .exe doesn't run on my 0.74 dos box.
Is there a way to configure the .com file to run in dos-box when it's called to by an application running in the CMD and output its product back to parent application in the cmd.

Alternatively I gave the code of the .exe file (in c). the line which executes the .com file is:
system(scString);
where scString is the path of the .com file.
can i modify it to run via dos-box?

Many Thanks