removed ^Ms
[bpt/emacs.git] / nt / emacs.bat
1
2 set emacs_path=\emacs
3
4 @echo off
5
6 set EMACSLOADPATH=%emacs_path%\lisp
7 set SHELL=cmd
8 set EMACSDATA=%emacs_path%\etc
9 set EMACSPATH=%emacs_path%\bin
10 set EMACSLOCKDIR=%emacs_path%\lock
11 set INFOPATH=%emacs_path%\info
12 set EMACSDOC=%emacs_path%\etc
13 set TERM=CMD
14
15 rem To find the ~\_emacs file
16 set HOME=%emacs_path%\nt
17
18 %emacs_path%\bin\emacs.exe %1 %2 %3 %4 %5 %6 %7 %8 %9