FixObj is a program to strip extraneous garbage off the end of object files that have been transfered with xmodem protocol type programs. Xmodem has a nasty habit of insisting that all file lengths be some multiple of 128 bytes, and will pad the file at the end with junk (usually control-Z characters) to insure that it is the "right" length. AmigaDOS objects to this garbage at the end of an executable file and will refuse to execute it until the file is fixed. FixObj does its work automatically, using knowledge about the structure of executable files, thus it is not necessary to know the "correct" length of the file. FixObj only runs from the CLI environment. Usage is: fixobj input-file output-file Enjoy. -Fred