From: garbanzo AT hooked DOT net (Alex) Subject: Re: How to get tcl scripts executable? 9 Aug 1997 06:58:12 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: 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 AT zippy DOT dyn DOT ml DOT org Original-To: anomaly AT jet DOT laker DOT net Original-cc: gnu-win32 AT cygnus DOT com In-Reply-To: <33EC15E7.2B98AA87@laker.net> Original-Sender: owner-gnu-win32 AT cygnus DOT com On Sat, 9 Aug 1997 anomaly AT jet DOT laker DOT 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 AT cygnus DOT com" with one line of text: "help".