home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / online / source / c / compilers / Tickle-4.0.sit.hqx / Tickle-4.0 / MPWTool / tcl next >
Text File  |  1993-11-01  |  417b  |  27 lines

  1. ###
  2. ### Written By Tim Endres.
  3. ### MPW Script to invoke the tclTool for a tcl shell.
  4. ###
  5.  
  6.  
  7. ###
  8. ### Set some important environment variables...
  9. ### However, do not override user's existing choices!
  10. ###
  11.  
  12. If {TCL_LIBRARY} == ""
  13.     set TCL_LIBRARY    "{tickle}library"
  14.     export TCL_LIBRARY
  15. End
  16.  
  17. If {TCLSHRC} == ""
  18.     set TCLSHRC        "{tickle}library:tclshrc"
  19.     export TCLSHRC
  20. End
  21.  
  22. ###
  23. ### Start the tool...
  24. ###
  25.  
  26. tclTool {Parameters}
  27.