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

  1. ; *****************************************************
  2. ; Example28.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. AddToZip "C:\autoexec.bat"
  22. AddToZip "C:\config.sys"
  23. Zip
  24.  
  25. Message "The files Autoexec.bat and Config.sys have been zipped!"
  26.