Variable: tramp-smb-winexe-shell-command-switch

tramp-smb-winexe-shell-command-switch is a customizable variable defined in tramp-smb.el.gz.

Value

"-file -"

Documentation

Command switch used together with tramp-smb-winexe-shell-command.

This can be used to disable echo etc.

This variable was added, or its default value changed, in Emacs 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-smb.el.gz
(defcustom tramp-smb-winexe-shell-command-switch "-file -"
  "Command switch used together with `tramp-smb-winexe-shell-command'.
This can be used to disable echo etc."
  :group 'tramp
  :type 'string
  :version "24.3")