From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: emacs eshell .bat "warning: extra args ignored" Date: Fri, 19 Aug 2005 11:12:53 +0300 Message-ID: References: <1124350715.024948.113780@g47g2000cwa.googlegroups.com> <1124395025.033353.20270@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1124443743 7857 80.91.229.2 (19 Aug 2005 09:29:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Aug 2005 09:29:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 19 11:28:56 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E63A3-0004TC-G4 for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Aug 2005 11:27:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E63DZ-0008QB-Mp for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Aug 2005 05:31:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E62Md-0001Dc-6i for help-gnu-emacs@gnu.org; Fri, 19 Aug 2005 04:36:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E62Kw-0000ft-3b for help-gnu-emacs@gnu.org; Fri, 19 Aug 2005 04:34:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E62GD-0008Ae-8I for help-gnu-emacs@gnu.org; Fri, 19 Aug 2005 04:29:57 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E62Fu-00075E-Ca for help-gnu-emacs@gnu.org; Fri, 19 Aug 2005 04:29:38 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-9-153.inter.net.il [80.230.9.153]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id BEX03228 (AUTH halo1); Fri, 19 Aug 2005 11:12:52 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: <1124395025.033353.20270@g14g2000cwa.googlegroups.com> (zslist@gmail.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28852 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28852 > From: zslist@gmail.com > Date: 18 Aug 2005 12:57:05 -0700 > > doing a bit more digging showed that eshell just pass this to > 'cmdproxy' to start a process. However, cmdproxy seems to have a > restriction on multiple arguments. > > So anyone has some workaround on this? Try the obvious one: cmd /c "foo.bat arg1 arg2 arg3"