Re: Dos window pops up when calling emacs

Tak Kunihiro <[email protected]> Sat, 23 Feb 2019 19:07:44 +0900 (JST)
Newsgroups gmane.emacs.windows
Message-ID <[email protected]>
As Eli pointed out, previous one is NG.

How about something like this to call emacsclientw?

set EMACS_DIR=C:\emacs-26.1
set EMACSCLIENT=%EMACS_DIR%\bin\emacsclientw
set ALTERNATE_EDITOR=%EMACS_DIR%\bin\runemacs
assoc .vhd=vhdfile
ftype vhdfile="%EMACSCLIENT%" --create-frame --no-wait --alternate-editor "%ALTERNATE_EDITOR%" "%%1"