ARCHIVER_ADD

ARCHIVER_ADD D,F

ARCHIVES THE FILES OF DIRECTORY D TO FILE F

  • Type: Command
  • Parameters: 2
  • Group: System

ACTION

The command ARCHIVER_ADD D,F archives the files of directory D to file F

SYNTAX: ARCHIVER_ADD D,F

  • D = absolute or relative name of source directory.
  • F = absolute or relative name of archive file.

USE

  • The command ARCHIVER_ADD is used to create an archive file.

ERROR

  • If D or F is not a correct string expression.
  • If directory D does not exist.

EXAMPLE

rem archives directory "source" to file fff.zip

ARCHIVER_ON

ARCHIVER_ADD "source", fff.zip

ARCHIVER_OFF

SEE ALSO

ARCHIVER_EXTRACT

ARCHIVER_OFF

ARCHIVER_ON