I'd like to share my DOS 2 binary file checker. It is a program written in Java that can analyze single binary files or whole directory trees of binary files. It reports the following binary file "flavors" 1. Corrupt binary files (with listing of valid segments) 2. Monolithic binary files 3. Monolithic binary files with INIT segment 4. Segmented binary files It can copy binary files of given "flavor" to a separate directory, so it can be used for example to extract all monolithic binary files from a large archive to a single directory. To run the program, you need Java 7. http://java.com/en/download/index.jsp Baktra