Check content of ZIP file with VBS
Sometimes it is useful to verify the contents of a ZIP file before processing it further. One common check is to determine how many files are stored inside the archive. This can help identify whether the ZIP file is empty or possibly corrupted. A simple VBScript can do this by using the Windows Shell namespace … Weiterlesen