diff nt/emacs.bat @ 11401:306b976d73bf

Initial revision
author Karl Heuer <kwzh@gnu.org>
date Wed, 12 Apr 1995 04:48:18 +0000
parents
children 1877e9736ea1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nt/emacs.bat	Wed Apr 12 04:48:18 1995 +0000
@@ -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