From: "³¯¬f¦~" Newsgroups: comp.os.msdos.djgpp Subject: a make format problem Date: Thu, 11 Nov 1999 12:20:24 +0800 Organization: III InterNetNews News System Lines: 16 Message-ID: <382b267c@140.92.61.20> References: <942276780 DOT 8121 DOT 0 DOT nnrp-02 DOT c2de6b60 AT news DOT demon DOT co DOT uk> NNTP-Posting-Host: tsdnt.netrd.iii.org.tw X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Original-NNTP-Posting-Host: 140.92.61.87 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I use Djgpp make utility and SSI linker to develop my project under DOS environment. I got a problem to pass a link path to linker by writting the path into a tmp file as the following line: echo -Lpath1;path2 > tmp.lnk make utility treat the semicolon as the seperate of two command, so I got a "bad command or file name" error message because path2 is not a valid command. How can I do to pass the directory?