Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!mcsun!cernvax!chx400!ugun2b!ugsc2a!fisher From: fisher@sc2a.unige.ch (Markus Fischer) Newsgroups: comp.os.msdos.misc Subject: Re: Multiple 'path' line in autoexec.bat Message-ID: <292@sc2a.unige.ch> Date: 10 Nov 90 10:31:09 GMT References: <1990Nov9.191001.15360@mcs.anl.gov> Organization: University of Geneva, Switzerland Lines: 13 In article <1990Nov9.191001.15360@mcs.anl.gov>, park@anmsd3.msd.anl.gov (Yongsup Park) writes: > I am writing a long path statement in the Autoexec.bat file, > it takes up more than one line. How do I continue from the first line > to the second ? I assume you editor doesn't allow you to have longer lines than 80 char. You can have a slightly longer path with: path=C:\bin... path=%path%;C:\more There is an upper limit, though (127 char, I think?). Markus Fischer, Dpt of Anthropology, Geneva.