Variable: tramp-smb-winexe-program

tramp-smb-winexe-program is a customizable variable defined in tramp-smb.el.gz.

Value

"winexe"

Documentation

Name of winexe client to run.

If it isn't found in the local $PATH, the absolute path of winexe shall be given. This is needed for remote processes.

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
;; Options for remote processes via winexe.
(defcustom tramp-smb-winexe-program "winexe"
  "Name of winexe client to run.
If it isn't found in the local $PATH, the absolute path of winexe
shall be given.  This is needed for remote processes."
  :group 'tramp
  :type 'string
  :version "24.3")