Im running windows 7 Ultimate 64 bit on my pc. I have small command line program (exe) which I used in windows 7 32bit, earlier. But when I run it on 64 bit OS, it gives an erroe message

The version of this file is not compatible with the version of Windows you're running. Check your computer system information to see whether you need x86 (32-bit) or x64 (64 bit) version of the program, and then contact software publisher.

I'm planning to install windows 7 32 bit as a virtual machine & run this exe on it, is there any other way to run it on Windows 7 64 bit OS?

link|improve this question

78% accept rate
feedback

1 Answer

up vote 7 down vote accepted

Its probably a 16 bit app - i'd give dosbox a shot, since it would be lighter than running a whole modern windows environment, and 16 bit applications are often dos.

Windows 64 should run 32 bit apps fine, they dropped 16 bit support with 64 bit builds.

link|improve this answer
Thanks a lot, It worked with DosBox... :) – Nalaka526 Jan 14 at 2:24
2  
Its almost certainly a 16 bit application then – Journeyman Geek Jan 14 at 2:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.