Date: Mon, 28 Dec 92 08:39:21 EST From: DJ Delorie To: keane AT earthsun DOT umd DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Packing go32 into an .exe >Perhaps I am totally misreading the instructions/features of DJGPP, but >I would like to package go32 into the .exe so that I need only copy >one single file for others to use a program.... I have tried the >copy go32.exe+.... but that doesn't work. Any suggestions? You must use: copy /b go32.exe+myprog myprog.exe ^^ Warning: If you charge a fee for your program in this form, you are required to pay royalties. I normally recommend using stub and sending out go32+sources separately, which is better for the customer and doesn't cost you anything. DJ