1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00
emacs/nt/emacs.bat
1995-05-09 02:25:50 +00:00

19 lines
367 B
Batchfile
Executable File

set emacs_path=\emacs
@echo off
set EMACSLOADPATH=%emacs_path%\lisp
set SHELL=cmd
set EMACSDATA=%emacs_path%\etc
set EMACSPATH=%emacs_path%\bin
set EMACSLOCKDIR=%emacs_path%\lock
set INFOPATH=%emacs_path%\info
set EMACSDOC=%emacs_path%\etc
set TERM=CMD
rem To find the ~\_emacs file
set HOME=%emacs_path%\nt
%emacs_path%\bin\emacs.exe %1 %2 %3 %4 %5 %6 %7 %8 %9