![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Standard file open/app launch commands for Mac, Win, and X11
From: Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
Date: Sat Apr 29 2006 - 18:39:04 CEST
Hi Kevin,
Kevin Walzer writes:
That should be
eval exec [auto_execok start] [list "" "my photo.jpg"]
a) You need a "" for the "title" argument to START (check out
b) You need [list] to offset the [eval] when your you do a) and/or
> eval exec [auto_execok start] http://wiki.tcl.tk
See also <http://wiki.tcl.tk/557>.
The easiest on Windows is probably to write or re-use a binary
> Linux/Unix (Gnome): exec gnome-open myphoto.jpg; exec gnome-open
You might want to look at what the Portland project plans with their
benny
|