From: <Ge...@Or...> - 2002-02-02 22:55:56
|
Jim Ingham wrote: # # If you define a proc called tkOpenDocument Yeah, I just went through that. MacOS 9.1. Then I found the old MacTcl FAQ. http://www.etsimo.uniovi.es/tcl/faq/macFAQ.html Here is a sample applescript that starts my Tcl/Tk app now: tell application "Macintosh HD:Tcl/Tk Folder 8.3.4:Build:Wish" to do script "source \"Macintosh HD:Desktop folder:DMG_Mac\"" In Usenet, a Tom Stiller noted this for MacOS X (which I don't have): # In OS X, if you name an executable as executable.command, you can # double-click it and have it execute. I know this works for compiled # executables as well as Perl scripts. |