[EMAIL PROTECTED] wrote:
I'm trying to write a DOSKEY macro such that from a CMD.EXE window I can
say:
C:\>dired path
and the macro will invoke gnudoit (or gnuclientw with the -e option) to
get Emacs to
load dired on the specified path.
This is what I started with:
(I'm using the 23.0.0.1 ntemacs.sourceforge.net build and it's gnuclient
which
supports the -s and -e parameters)
That should be the same gnuclient that I use I guess. Can't you just do
gnuclient -sqf path
That opens Emacs dired for me if path is a directory.