Using the %zipcount and %upzipcount Variables

<< Click to Display Table of Contents >>

Navigation:  Robo-FTP User's Guide > Script Programming > Internal Script Variables >

Using the %zipcount and %upzipcount Variables

 

The %zipcount and %upzipcount variables record the number of files zipped and unzipped with the most recent ZIP and UNZIP script commands respectively.

 

Consider the following example in which the total number of files zipped is used in a message that is displayed to the user.

 

ZIP "zipfile" "*.xml"

SET msg = %zipcount + " XML files zipped"

MESSAGEBOX msg

 

 

See also: Internal Script Variables