- or download this
#!/bin/sh
#\
exec wish "$0" "$@"
package require tar
- 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
- or download this
Error in startup script: can't find package tar
while executing
"package require tar"
(file "package.tcl" line 6)