To: Marty Leisner Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: argument passing in go32 Date: Mon, 13 Mar 95 08:12:44 +0200 From: Eli Zaretskii > I use aztec C as a realmode compiler. > > It uses: > =long command line > > in the environment to get around the 128 byte limitation. In DJGPP, there are several ways of getting around this. All of them are documented in the latest version of the DJGPP FAQ list (available as faqNNN.zip from the same place as DJGPP). Or you can point your Web browser to this URL: http://delorie.mv.com and follow the links to the DJGPP FAQ list (which is searchable by keywords there). I don't know if that solves your problem, but it might give you some new ideas.