home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / scripts / decompress.tcl < prev    next >
Encoding:
Text File  |  1992-01-18  |  190 b   |  11 lines  |  [TEXT/$Tcl]

  1.  
  2. print "This is the decompress test script"
  3.  
  4. print "DeCompressing CompTest.out.Z into CompTest.out..."
  5.  
  6. decompress CompTest.out.Z CompTest.out
  7.  
  8. print "DeCompress completed."
  9.  
  10. format "Done."
  11.