Re: DOS & Long File Names
- Posted by Michael Raley <mjronline at IT-WORKS.COM> Jul 26, 1998
- 597 views
> I want to scan for Windows programs. I have a program that will let >me find *.exe files, BUT I don't know what the difference in the header between DOS executables and >Windows Executables. (I want to get rid of any Windows programs floating around on my computer. There >probably are some because I found one the other day.) So anybody know what the difference is? use debug <filename> from DOS; -d dumps the contents in Hex and Ascii format. The first block of bytes displayed should tell you that it is a MS-Windows program. use q to quit debugging mode. NEW! HTTP://www.geocities.com/SiliconValley/Lab/7577 Michael J Raley's Modular Reality Journal -----Original Message----- From: Robert McDougal <thedoog at MAILEXCITE.COM> To: EUPHORIA at cwisserver1.mcs.muohio.edu <EUPHORIA at cwisserver1.mcs.muohio.edu> Date: Sunday, July 26, 1998 4:18 PM Subject: DOS & Long File Names