From: CDavey AT or DOT cadix DOT com (Colin Davey) Subject: can't invoke tclsh with filename like //e/foo/bar... 10 Jul 1997 20:38:55 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Original-To: "'gnu-win32 AT cygnus DOT com'" X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63 Original-Sender: owner-gnu-win32 AT cygnus DOT com It doesn't seem like tclsh uses the same naming convention as the rest of the tools. For example, I can do: bash$ cat //e/foo/bar and it works fine, but if I do: bash$ tclsh76 //e/foo/bar and it is a legit tcl file, then I get: couldn't read file "//e/foo/bar": no such file or directory but the following does work: bash$ tclsh76 e:/foo/bar Am I doing something wrong, or is this a bug. If it's a bug, do you think you might fix it soon? Thanks! Colin Davey - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".