X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: wanderer AT dialup4less DOT com Newsgroups: comp.os.msdos.djgpp Subject: line continuation character Date: Sun, 25 Nov 2007 08:32:14 -0800 (PST) Organization: http://groups.google.com Lines: 11 Message-ID: NNTP-Posting-Host: 66.217.131.81 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1196008334 27286 127.0.0.1 (25 Nov 2007 16:32:14 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 25 Nov 2007 16:32:14 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: d27g2000prf.googlegroups.com; posting-host=66.217.131.81; posting-account=_dIAQQoAAAB7Yieol6fmkK_HviJUbJt3 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3,gzip(gfe),gzip(gfe) Content-Disposition: inline To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Is there a line continuation character for the command line? Like gcc.exe file.c^ -ldir1^ -ldir2^ -ldir3 This doesn't work for me. I would like to make my batch files more ledgible. Thank you