From 3f583916719eeef598d10a5d4e14ef14f008243b Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 11 May 2021 07:36:37 -0700 Subject: Merge Dtf --- .../Dtf/Documents/Guide/Content/cabpack.htm | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 src/samples/Dtf/Documents/Guide/Content/cabpack.htm (limited to 'src/samples/Dtf/Documents/Guide/Content/cabpack.htm') diff --git a/src/samples/Dtf/Documents/Guide/Content/cabpack.htm b/src/samples/Dtf/Documents/Guide/Content/cabpack.htm new file mode 100644 index 00000000..2d9f725e --- /dev/null +++ b/src/samples/Dtf/Documents/Guide/Content/cabpack.htm @@ -0,0 +1,63 @@ + + + Archive Pack/Unpack Tool + + + + + + +
+ Deployment Tools Foundation
+ Archive Pack/Unpack Tool
+
+ + Development Guide > + Samples > + XPack + +
+
+
+ +
+

Usage: CabPack.exe <directory> <package.cab>
+Usage: XPack /P <archive.cab> <directory>
+Usage: XPack /P <archive.zip> <directory>
+
+Packs all files in a directory tree into an archive,
+using either the cab or zip format. Any existing archive
+with the same name will be overwritten.
+
+
+Usage: XPack /U <archive.cab> <directory>
+Usage: XPack /U <archive.zip> <directory>
+
+Unpacks all files from a cab or zip archive to the
+specified directory. Any existing files with the same
+names will be overwritten.
+

+


+ +
+ + +
+ + + -- cgit v1.2.3-55-g6feb