STACKCUT source.xxD target.xxD [zero] If the EXE-Dump is obviously too big, use this Tool: It tries to determine the EXE's size by the stack. This works ONLY when the stack is at the programs end. This works in MOST cases. If you want the stack-segment to be cleared, use the zero option. The segment will be filled up with 0's, MAKEEXE will not prompt or try to generate relocations within the stack. e.g. STACKCUT hs.EXD hsc.EXD zero Will cut the dump after the stack and clear the stack-segment. see: DUMPCUT.doc