Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh 
    #\
    exec wish "$0" "$@"
    package require tar
    
  2. or download this
       cd [file dirname $source]
       tar::create /tmp/directoryCopy.[pid].tar [file tail $source]
    ...
       tar::untar /tmp/directoryCopy.[pid].tar
       file delete -force /tmp/directoryCopy.[pid].tar 
       cd $pwd
    
  3. or download this
    Error in startup script: can't find package tar
        while executing
    "package require tar"
        (file "package.tcl" line 6)