From: "A.Appleyard" To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Sat, 4 Nov 1995 12:39:50 GMT Subject: Re: generating stand-alone .exe files resta AT iei DOT pi DOT cnr DOT it (Giovanni Resta) wrote (Subject: Re: generating stand-alone .exe files):- > Do coff2exe -s c:\djgpp\bin\go32.exe myprog.cof and don't forget > the "-s" switch (as I done once) or your go32.exe will be destroyed ! To that idea, I say "-sssssssssssssssssssssssss". It is too easy to forget once in a while to insert oddments such as "-s" switches. That is why I prefer to create a file C:\DOS\GO32ADD.BAT containing this line:- copy /B c:\djgpp\bin\go32.exe + %1 %2.exe and I just type e.g. GO32ADD A.OUT MIAOW and lo-and-behold an .EXE every time with no meed to remember my GO32.EXE's full pathname every time and no risk of overwriting it by omitting something.