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?
___
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.o
i tried to run a windows command under eshell.
c:/temp $ a.bat -server 1
warning: extra args ignored after '-server'
c:/temp $ b.bat server
warning: extra args ignored after 'a.bat'
My question is how to pass arguments to regular windows command batch
file?
thanks.
-zs
___