; *****************************************************
; Example28.ftp
; =============
; This example shows how to use the "ZIPfile" support.
; -----------------------------------------------------
; This example shows the use of this commands:
; ZIPfile facilities:
; Variables:
; ZIPPASSWORD
; Commands:
; PREPAREZIP
; ADDTOZIP
; ZIP
; UNZIP
; -----------------------------------------------------
; NOTE: This example should work on all PCs!
; *****************************************************
PrepareZip "C:\ACopy.ZIP"
AddToZip "C:\autoexec.bat"
AddToZip "C:\config.sys"
Zip
Message "The files Autoexec.bat and Config.sys have been zipped!"