@ZIPFILECOMMENT[ziparchive,n]:  Returns the comment (description) of file n in a .zip archive.

 

See also ZIP and UNZIP.

 

Example:

 

describe ntinit.cpp "TCC startup source code"

zip /i tcc *.cpp

echo %@zipfilecomment[tcc.zip,0]

TCC startup source code