diff nt/emacs.bat.in @ 19721:c687ce4ca98e

Remove OS dependent operations. (INFOPATH): No longer set INFOPATH.
author Geoff Voelker <voelker@cs.washington.edu>
date Wed, 03 Sep 1997 02:25:42 +0000
parents edebdaa8e499
children c1ed47760e61
line wrap: on
line diff
--- a/nt/emacs.bat.in	Wed Sep 03 02:19:32 1997 +0000
+++ b/nt/emacs.bat.in	Wed Sep 03 02:25:42 1997 +0000
@@ -1,24 +1,14 @@
 
 REM Here begins emacs.bat.in
 
-REM Set OS specific values.
-set ARCH_SAVE=%PROCESSOR_ARCHITECTURE%
-set PROCESSOR_ARCHITECTURE=
-if "%ARCH_SAVE%" == "%PROCESSOR_ARCHITECTURE%" goto windows95
-set PROCESSOR_ARCHITECTURE=%ARCH_SAVE%
-set SHELL=cmd
-goto next
+REM Use new proxy shell by default.
+set SHELL=%emacs_dir%\bin\cmdproxy.exe
 
-:windows95
-set SHELL=command
-
-:next
-
-set EMACSLOADPATH=%emacs_dir%\lisp;%emacs_dir%\site-lisp
+set EMACSLOADPATH=%emacs_dir%\site-lisp;%emacs_dir%\lisp
 set EMACSDATA=%emacs_dir%\etc
 set EMACSPATH=%emacs_dir%\bin
 set EMACSLOCKDIR=%emacs_dir%\lock
-set INFOPATH=%emacs_dir%\info
+REM set INFOPATH=%emacs_dir%\info
 set EMACSDOC=%emacs_dir%\etc
 set TERM=CMD