Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ucsfcgl!cgl.ucsf.edu!kneller From: kneller@cgl.ucsf.edu (Don Kneller) Newsgroups: comp.sys.ibm.pc Subject: Re: DOS I/O Keywords: Command line length Message-ID: <11451@cgl.ucsf.EDU> Date: 15 Mar 89 18:15:30 GMT References: <16660@cisunx.UUCP> Sender: daemon@cgl.ucsf.edu Reply-To: kneller@socrates.ucsf.edu.UUCP (Don Kneller) Distribution: na Organization: UCSF Computer Graphics Lab Lines: 17 In article <16660@cisunx.UUCP> jlfox@cisunx.UUCP (James L Fox) writes: > >Can someone tell me how to lift the 128 character command line length >limit to PC/MS DOS? I hit the limit with Microsoft C and a many filed >program. I hope I don't have to combine groups of files into libraries >to avoid a CL or LINK command exceeding 128 characters! For CL, you can use the "CL" environment variable to hold the compiler flags. For LINK, you have to use a response file (i.e. link @file, where file contains the actual link commands). - don ----- Don Kneller UUCP: ...ucbvax!ucsfcgl!kneller INTERNET: kneller@cgl.ucsf.edu BITNET: kneller@ucsfcgl.BITNET