home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1999 April / CD_Shareware_Magazine_31.iso / WIN95 / INTERNET / ftpctrl3b8.exe / %MAINDIR% / Scripts / Example29.ftp < prev    next >
Encoding:
Text File  |  1999-02-07  |  701 b   |  24 lines

  1. ; *****************************************************
  2. ; Example29.ftp
  3. ; =============
  4. ; This example shows how to use the "ZIPfile" support.
  5. ; -----------------------------------------------------
  6. ; This example shows the use of this commands:
  7. ;    ZIPfile facilities:
  8. ;       Variables:
  9. ;          ZIPPASSWORD
  10. ;       Commands:
  11. ;          PREPAREZIP 
  12. ;          ADDTOZIP
  13. ;          ZIP
  14. ;          UNZIP  
  15. ; -----------------------------------------------------
  16. ; NOTE: This example should work on all PCs!
  17. ; *****************************************************
  18.  
  19.  
  20. PrepareZip "C:\ACopy.ZIP"
  21. UnZip "C:\Temp"
  22.  
  23. Message "The files Autoexec.bat and Config.sys have been Unzipped!"
  24.