Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. petercheng

    How to install tcl /tk for unix ?

    Untar tcl/tk tared file. cd to unix directory under the untared file. ./configure ./make all su root (If you want it got installed under /usr/local) make install
  2. petercheng

    Using 'glob' to get a listing of files

    It seems to me it is working. Try to remove the option nocomplain to see what kind error message you may get. Peter % set filelist [glob -nocomplain "C:/Program Files/*.exe"] {C:/Program Files/Win2000PPAHotfix.exe}

Part and Inventory Search

Back
Top