RE: [tkined] scotty 3.0 win32 cannot handle space in fname

Mark Newnham (mark.n@usa.net)
Mon, 1 Feb 1999 09:26:31 -0700

I believe this is an underlying problem in Tcl. Use the MS-DOS short
equivalent e.g

A File name.tcl = afilen~1.tcl

For NT, use dir /x to get the dos equivalent name.

Mark Newnham
Application Design Associates, Inc
6021 S.Syracuse Way #302
Englewood, CO 80111, USA
+1 303 779 8958

-----Original Message-----
From: Michael Juergens [SMTP:m.juergens@crocodial.de]
Sent: Monday, February 01, 1999 6:52 AM
To: mark@adacorp.com
Subject: [tkined] scotty 3.0 win32 cannot handle space in
fname

Hello,

there is a mistake in manager.tcl for the win32-version of
tkined.
It cannot handle spaces in filenames.

...
proc StartScript { fname } {

## set base [lindex $fname 0] does not work. Why use
lists?
set base $fname
set fullname [FindScript $base]

...

Regards,

Michael
<< File: Card for Michael Juergens >>

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.