diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-04-12 04:48:18 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-04-12 04:48:18 +0000 |
commit | 359628006351ee344a71819ff445d22163f341d8 (patch) | |
tree | f812aed7fea66de1b0187bf9ff71d352316bb611 /nt/emacs.bat | |
parent | 61fac91166ace2b66be0506d906e3a8f3e79f62a (diff) | |
download | emacs-359628006351ee344a71819ff445d22163f341d8.tar.gz |
Initial revision
Diffstat (limited to 'nt/emacs.bat')
-rwxr-xr-x | nt/emacs.bat | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/nt/emacs.bat b/nt/emacs.bat new file mode 100755 index 00000000000..c822617d4f2 --- /dev/null +++ b/nt/emacs.bat @@ -0,0 +1,18 @@ +
+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
|