home *** CD-ROM | disk | FTP | other *** search
/ Practical Programming in Tcl & Tk (4th Edition) / TCLBOOK4.BIN / pc / exsource.old / README.txt < prev    next >
Text File  |  2003-04-15  |  786b  |  20 lines

  1. This directory contains all the examples from the book,
  2. "Practical Programming in Tcl and Tk."  The files that are
  3. named with the example number are all automatically extracted
  4. from the book (e.g., 1_1.tcl).
  5.  
  6. The "browse.tcl" script is built from a collection of examples.
  7. On UNIX you may want to edit the first line
  8. of the script to run the best version of wish.
  9.  
  10. These files have UNIX-style end-of-line characters (\n).
  11. If you need to convert these because your editor cannot handle
  12. it, use the FixNewline tcl proc in the native.tcl file.
  13. Note that Tcl doesn't care what the end-of-line character is.
  14.  
  15. To fix the end-of-line character, start wish or tclsh, then
  16.  
  17. cd (whereever the CDROM exsource directory is)
  18. source native.tcl
  19. FixNewline * . /some/other/directory
  20.