diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-30 14:16:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-30 14:16:23 (GMT) |
commit | 17de94982b2d1f3b93a9237eb2371fbdd53695cb (patch) | |
tree | 6852a9bbc24ccb87ab0d8ccd019c39d2d7908844 /doc | |
parent | 87439e7d28331cfc8c620fe77d2e696b7e3bb223 (diff) | |
download | tcl-17de94982b2d1f3b93a9237eb2371fbdd53695cb.zip tcl-17de94982b2d1f3b93a9237eb2371fbdd53695cb.tar.gz tcl-17de94982b2d1f3b93a9237eb2371fbdd53695cb.tar.bz2 |
doc update: 16-bit DOS appllications are not supported any more.
Use &bull; in stead of &#8226; representing bullets in html
Diffstat (limited to 'doc')
-rw-r--r-- | doc/exec.n | 15 |
1 files changed, 2 insertions, 13 deletions
@@ -246,15 +246,6 @@ the backslash character. If an argument contains forward slashes as the path separator, it may or may not be recognized as a path name, depending on the program. .PP -Additionally, when calling a 16-bit DOS or Windows 3.X application, all path -names must use the short, cryptic, path format (e.g., using -.QW applba~1.def -instead of -.QW applbakery.default ), -which can be obtained with the -.QW "\fBfile attributes\fI fileName \fB\-shortname\fR" -command. -.PP Two or more forward or backward slashes in a row in a path refer to a network path. For example, a simple concatenation of the root directory \fBc:/\fR with a subdirectory \fB/windows/system\fR will yield @@ -295,11 +286,9 @@ The directory from which the Tcl executable was loaded. .IP \(bu 3 The current directory. .IP \(bu 3 -The Windows NT 32-bit system directory. -.IP \(bu 3 -The Windows NT 16-bit system directory. +The Windows 32-bit system directory. .IP \(bu 3 -The Windows NT home directory. +The Windows home directory. .IP \(bu 3 The directories listed in the path. .PP |