From: wexfordpress on
Is there a way in Win xp to change the icon on a tcl etc. script?
John Culleton
From: Rasmus Debitsch on
In Tk
wm iconbitmap . -default myapp.ico
for a toplevel window.

Rasmus

"wexfordpress" <john(a)wexfordpress.com> schrieb im Newsbeitrag
news:5d775789-4c09-4ba7-bad0-c5cc1909f017(a)c28g2000vbc.googlegroups.com...
> Is there a way in Win xp to change the icon on a tcl etc. script?
> John Culleton

From: Donal K. Fellows on
On 30 Jan, 17:36, wexfordpress <j...(a)wexfordpress.com> wrote:
> Is there a way in Win xp to change the icon on a tcl etc. script?

On the script itself, no IIRC. Well, not nicely (it's a global setting
controlled by file associations). If you're packaging a script up into
an application, consider making a starpack which you *can* set the
icon on pretty easily.

Donal.