<< Click here to display Table of Contents >> Navigation: TCC-RT > Variables & Functions > Functions:
@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