diff options
author | ashok <ashok> | 2016-07-09 14:23:24 (GMT) |
---|---|---|
committer | ashok <ashok> | 2016-07-09 14:23:24 (GMT) |
commit | 6b01fdf5d1344c640a5392e14bcdd7518758bbed (patch) | |
tree | 56ef0070efee387b8b91e4c27eed041ccfad7c1c /doc | |
parent | cc8c25008d6a30ceb0b4a6946e4a3d45431637c6 (diff) | |
download | tcl-6b01fdf5d1344c640a5392e14bcdd7518758bbed.zip tcl-6b01fdf5d1344c640a5392e14bcdd7518758bbed.tar.gz tcl-6b01fdf5d1344c640a5392e14bcdd7518758bbed.tar.bz2 |
Fixed docs for prior check-in (exec of .CMD files on Windows)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/exec.n | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -271,8 +271,9 @@ limitation as \fBexec\fR wants to communicate over pipes. The Expect extension addresses this issue when communicating with a TUI application. .PP When attempting to execute an application, \fBexec\fR first searches for -the name as it was specified. Then, in order, \fB.com\fR, \fB.exe\fR, and -\fB.bat\fR are appended to the end of the specified name and it searches +the name as it was specified. Then, in order, +\fB.com\fR, \fB.exe\fR, \fB.bat\fR and \fB.cmd\fR +are appended to the end of the specified name and it searches for the longer name. If a directory name was not specified as part of the application name, the following directories are automatically searched in order when attempting to locate the application: |