From: garbanzo@hooked.net (Alex)
Subject: Re: How to get tcl scripts executable?
9 Aug 1997 06:58:12 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <Pine.BSF.3.96.970809021302.9133B-100000.cygnus.gnu-win32@zippy.dyn.ml.org>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs
X-Sender: garbanzo@zippy.dyn.ml.org
Original-To: anomaly@jet.laker.net
Original-cc: gnu-win32@cygnus.com
In-Reply-To: <33EC15E7.2B98AA87@laker.net>
Original-Sender: owner-gnu-win32@cygnus.com



On Sat, 9 Aug 1997 anomaly@jet.laker.net wrote:

> Greetings,
>     How do i make tcl scripts, both bare script and wish to be
> executable? Meaning what goes in the header of the script, the paths,
> best sub dirs to store the scripts, etc etc.
>     Thanx.

If you're on nt or the like chmod +x the file, then add #!/path/to/tclsh
at the top of the file where /path/to/tclsh is the correct location of
tclsh.

- alex

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
