Variable: w32-direct-print-region-use-command-dot-com

w32-direct-print-region-use-command-dot-com is a customizable variable defined in dos-w32.el.gz.

Value

t

Documentation

If non-nil, use command.com to print on Windows 9x.

Aliases

direct-print-region-use-command-dot-com (obsolete since 24.4)

Source Code

;; Defined in /usr/src/emacs/lisp/dos-w32.el.gz
(defcustom w32-direct-print-region-use-command-dot-com t
  "If non-nil, use command.com to print on Windows 9x."
  :type 'boolean
  :group 'dos-fns
  :group 'w32)