Xref: utzoo comp.sys.ibm.pc:46564 comp.sys.ibm.pc.programmer:425 Path: utzoo!attcan!uunet!mcsun!sunic!uupsi!rpi!zaphod.mps.ohio-state.edu!samsung!xylogics!world!jstone From: jstone@world.std.com (Jeffrey R Stone) Newsgroups: comp.sys.ibm.pc,comp.sys.ibm.pc.programmer Subject: Re: Path extension above 128 characters Keywords: Path extension Message-ID: <1990Mar16.123731.3224@world.std.com> Date: 16 Mar 90 12:37:31 GMT References: <5986@star.cs.vu.nl> Organization: The World @ Software Tool & Die Lines: 15 Steve Verity asked how to create a path string of 150 charaacters or so. I do it in my AUTOEXEC.BAT using batch file variables, as follows: SET PATH=c:\bin;c:\dos; ... SET PATH=%PATH%;d:\games;... SET PATH=%PATH%; This should worlk til your environment is full. I don't know whether COMMAND.COM will choke on it before then. I use a path of about 120 chars. Hope this helps, -jeff-