Re: a so simple exe
From: Ian Gay (gay_at_sfuu.ca)
Date: 06/28/04
- Next message: Joseph Kaufman: "Re: Tcl crashes"
- Previous message: John Seal: "Dr. Dobb's Tcl-URL! - weekly Tcl news and links (Jun 28)"
- In reply to: ulis: "a so simple exe"
- Next in thread: Cameron Laird: "Re: a so simple exe"
- Reply: Cameron Laird: "Re: a so simple exe"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Jun 2004 17:45:10 +0000 (UTC)
maurice.ulis@wanadoo.fr (ulis) wrote in
news:29de415e.0406280821.77d934df@posting.google.com:
> Hello,
>
> I've a simple Tcl script reading some file and writing some stuff on
> stdout.
> I want to have an executable for my co-workers.
> I tried Tclpro but was unhappy because Tclpro launched Tk and I don't
> want Tk.
> I tried a starkit but was unhappy to avoid a multi level app for 25
> lines and never seen some chars on stdout.
>
> In short, I would be happy to have an exe embedding a [puts "Hello"]
> script.
>
> Does someone can show me the right way to do a so simple thing.
>
> Thanks,
>
> ulis
>
You could do it with mktclapp.
-- *** To reply by e-mail, make double u single in address ***
- Next message: Joseph Kaufman: "Re: Tcl crashes"
- Previous message: John Seal: "Dr. Dobb's Tcl-URL! - weekly Tcl news and links (Jun 28)"
- In reply to: ulis: "a so simple exe"
- Next in thread: Cameron Laird: "Re: a so simple exe"
- Reply: Cameron Laird: "Re: a so simple exe"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|