We were able to copy files from a deletion TPS using:
if { [catch {file copy $filename $newfilename} fid] } {
echo “$module: Could not copy $filename to $newfilename”
}
But that isn’t the Unix cp, you were trying. I’m glad you got it to work. 😛
Bob
Robert Milfajt
Northwestern Medicine
Chicago, IL