[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs eshell .bat "warning: extra args ignored"
From: |
Eli Zaretskii |
Subject: |
Re: emacs eshell .bat "warning: extra args ignored" |
Date: |
Fri, 19 Aug 2005 11:12:53 +0300 |
> 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"