I will need to create code that will look at a certain file in a zipped file so I can have it compare against the original file to be sure I've zipped and named the right one.
Our current process is to write batch files that uses winzip to zip files into .zip files before we make them self-extracting. I want to be able to verify that the files in the .zip files are correct. I have an idea how to go about this with the exception of writing code to look at a file in a zip file so I can compare it to the original. I don't want to unzip it, just "view" it and check a certain line in the file. It is a text file.
Has anyone done this? If so, what worked for you? Mary
Rule 1: Don't sweat the small stuff.
Rule 2: EVERYTHING is small stuff!! X-)
Our current process is to write batch files that uses winzip to zip files into .zip files before we make them self-extracting. I want to be able to verify that the files in the .zip files are correct. I have an idea how to go about this with the exception of writing code to look at a file in a zip file so I can compare it to the original. I don't want to unzip it, just "view" it and check a certain line in the file. It is a text file.
Has anyone done this? If so, what worked for you? Mary
Rule 1: Don't sweat the small stuff.
Rule 2: EVERYTHING is small stuff!! X-)