Variable: w32-system-shells

w32-system-shells is a customizable variable defined in w32-vars.el.gz.

Value

("cmd" "cmd.exe" "command" "command.com" "4nt" "4nt.exe" "4dos"
 "4dos.exe" "tcc" "tcc.exe" "ndos" "ndos.exe")

Documentation

List of strings recognized as Windows system shells.

Source Code

;; Defined in /usr/src/emacs/lisp/w32-vars.el.gz
(unless (eq system-type 'cygwin)
 (defcustom w32-system-shells '("cmd" "cmd.exe" "command" "command.com"
                                "4nt" "4nt.exe" "4dos" "4dos.exe"
                                "tcc" "tcc.exe" "ndos" "ndos.exe")
   "List of strings recognized as Windows system shells."
   :type '(repeat string)))