I have made a com component in
VB.net to run dos batch file and calling it through ASP. All I need to do is decompress a like of type try1.tar.gz to try1.tar and then dearchive files from try1.tar.
I am using gzip for extracting .gz file & pkzipc to get files from tar, This works fine while I do it in
VB.net - calling bat file running commands to do this. But when I call this from ASP, only commands to extract .gz get executed in bat file while pkzipc doesn't work.
Could someone tell what may be the possible reason.
Thanks
Barve