I realize this question is stretching the capabilities of batch scripting, but is there a way to view the files and directories of a .zip file without unzipping the file? For example, say there is a .zip file named myfile.zip
and has a subdirectory called status
which contains a status.xml
file. Is there a way to view the contents of the status.xml
file through the batch scripting language?
Thanks in advance