Xref: news-dnh.mv.net comp.os.msdos.djgpp:3039 Path: news-dnh.mv.net!mv!news.sprintlink.net!news.uoregon.edu!gatech!news.mathworks.com!tank.news.pipex.net!pipex!oleane!in2p3.fr!swidir.switch.ch!serra.unipi.it!mac-resta.iei.pi.cnr.it!user From: resta AT iei DOT pi DOT cnr DOT it (Giovanni Resta) Newsgroups: comp.os.msdos.djgpp Subject: Re: generating stand-alone .exe files Date: Fri, 03 Nov 1995 17:49:52 +0100 Organization: imc-cnr Lines: 18 References: Nntp-Posting-Host: mac-resta.iei.pi.cnr.it To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp In article , max AT alcyone DOT darkside DOT com (Erik Max Francis) wrote: > Marc Coupar writes: > Now, I know that the problem is obviously that my program cannot find go32.exe but can someone out there tell me how to generate a stand-alone exe file which does not require me to supply go32 on the disk as well - is that what stubedit is for ? > > 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 ! Giovanni.