@Kurt_Bremser
Thank you that's very kind from you
intersting, so Please :
- can we use the use command zip for all file with .zip extension : file.zip ?
If for some of files with extension .zip , we can not, so how can we identify, if the file was compressed by WinZip or not ?
- "A fully qualified path name is one that starts at the root directory" as you said
I have used that for a small file, it works, but I get a strainge folder in Small_FilE
If I use this code
filename pipe "unzip /V1/V2/V3/W1/W2 SMALL_FILE -d /V1/V2/R/L/Small_FILE";
I get this strainge directories :
Small_FilE//V1/V2/R/L/Small_FILE
... View more