QUOTE(torne @ Apr 21 2006, 03:00 PM)

You need to run the exe inside QEMU, not directly from Linux. Look for the tutorial in this forum on how to get Windows 98 running inside QEMU on Xdsl.
You can't simply run a exe file inside qemu. qemu is an x86 computer emulator that is capable of running an operating system such as windows, linux and others. So if you want to run an exe file you will have to run linux (XDSL is a good choice) and use the
wine application to run your exe file. Wine is not compatable with all exe files though.