Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mnemosyne.cs.du.edu!isis.cs.du.edu!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.windows.ms.programmer Subject: Re: HOW TO SCAN EXECUTABLES TO SEE IF THEY ARE WINDOWS APPS... Message-ID: <1991Jun5.131719.13467@mnemosyne.cs.du.edu> Date: 5 Jun 91 13:17:19 GMT References: <6793@vela.acs.oakland.edu> Sender: usenet@mnemosyne.cs.du.edu (netnews admin account) Reply-To: ebergman@isis.UUCP (Eric Bergman-Terrell) Organization: Nyx, Public Access Unix (sponsored by U. of Denver Math/CS dept.) Lines: 8 Disclaimer1: Nyx is a public access Unix system run by the University of Disclaimer2: Denver for the Denver community. The University has neither Disclaimer3: control over nor responsibility for the opinions of users. Quick and dirty: run your favorite Windows application from MS DOS. Write down the error message (... requires MS Windows to run... ) and then search for that string in an executable. Don't know if every windows .exe will have this message in it, however. Terrell