Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: commandline expansion problems Date: Tue, 27 Jan 2004 13:09:59 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Morche Matthias" To: , X-OriginalArrivalTime: 27 Jan 2004 12:10:00.0023 (UTC) FILETIME=[7C889E70:01C3E4CE] X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i0RCApbP023665 Try using single Quotes instead of the double Quotes! ./bemcmd -o2 -jbtest -m"testms" -s'C:\WINNT\Temp\*.*' -mp:1 -w -r ... > $ ./bemcmd -o2 -jbtest -m"testms" -s"C:\WINNT\Temp\*.*" -mp:1 -w -r > ./bemcmd -o2 -jbtest -m"testms" -s"C:\WINNT\Temp\*.*" -mp:1 -w -r > + ./bemcmd -o2 -jbtest -mtestms '-sC:\WINNT\Temp\*.*' -mp:1 -w -r > > Invalid or missing command line parameter. > Return value:-1 > > when i execute the dos shell "cmd" and call the same command > everithing > works fine ... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/