; *****************************************************
; Example29.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"
UnZip "C:\Temp"
Message "The files Autoexec.bat and Config.sys have been Unzipped!"