I am receiving a zip file from an outside vendor.
The file name is similar to
abc242.20001110.1252.zip
I am shelling pkzip to unzip this file so before I can
do that I must rename the file as pkunzip does not handle long names. Not a problem.
However when I try to extract it, the file inside the zip file has the same name (abc242.20001110.1252.txt) with a txt extension.
Problem: pkunzip can't handle the long name
Is there some way to change this name (insdie the zip file) and have the file unzipped by PKUNZIP. Winzip is available but I haven't tried it as I don't want any user intervention...I would like this done behind the sceens as the user just starts the program, enters a date, and the app does the rest wihtout any further process by user.
