Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pocketpc-cab(1) [debian man page]

POCKETPC-CAB(1) 						   User Commands						   POCKETPC-CAB(1)

NAME
pocketpc-cab - build an installable Pocket PC cabinet file SYNOPSIS
pocketpc-cab [OPTION]... INPUTFILE CABINET DESCRIPTION
Read the INPUTFILE, which is a list of filenames and destination directories, and create CABINET, a cabinet file, that will install those files into the specified directories. OPTIONS
-p, --provider=PROVIDER set the provider name -a, --application=APPLICATION set the application name -s, --source=SOURCE set the source directory -d, --dest=DEST set the destination directory -v, --verbose display verbose output --help display a brief help message --man display the full documentation EXAMPLES
$ cat > foobar.files <<EOF foobar.exe /bin foobar.dll /windows EOF $ pocketpc-cab -p Fooware -a FooBar foobar.files foobar.cab AUTHOR
Written by Shaun Jackman. REPORTING BUGS
Report bugs to Shaun Jackman <sjackman@gmail.com> COPYRIGHT
Copyright 2006 Shaun Jackman This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
lcab(1) create cabinet archives /usr/share/doc/pocketpc-cab/wince_cab_format.html Windows CE installation cabinet file format perl v5.8.4 2004-09-17 POCKETPC-CAB(1)

Check Out this Related Man Page

CABEXTRACT(1)						      General Commands Manual						     CABEXTRACT(1)

NAME
cabextract - program to extract files from Microsoft cabinet (.cab) archives SYNOPSIS
cabextract [-ddir] [-f] [-Fpattern] [-h] [-l] [-L] [-p] [-q] [-s] [-t] [-v] cabinet files ... DESCRIPTION
cabextract is a program that un-archives files in the Microsoft cabinet file format (.cab) or any binary file which contains an embedded cabinet file (frequently found in .exe files). cabextract will extract all files from all cabinet files specified on the command line. To extract a multi-part cabinet consisting of several files, only the first cabinet file needs to be given as an argument to cabextract as it will automatically look for the remaining files. To prevent cabextract from extracting cabinet files you did not specify, use the -s option. OPTIONS
A summary of options is included below. -d dir Extracts all files into the directory dir. -f When testing or extracting cabinet files, corrupted MSZIP blocks will be ignored. A warning will be printed if a corrupted MSZIP block is encountered. -F pattern Only files with names that match the shell pattern pattern shall be listed, tested or extracted. On non-GNU systems, this match may be case-sensitive. -h Prints a page of help and exits. -l Lists the contents of the given cabinet files, rather than extracting them. -L When extracting cabinet files, makes each extracted file's name lowercase. -p Files shall be extracted to standard output. -q When extracting cabinet files, suppresses all messages except errors and warnings. -s When testing, listing or extracting cabinets which span multiple files, only cabinet files given on the command line shall be used. -t Tests the integrity of the cabinet. Files are decompressed, but not written to disk or standard output. If the file successfully decompresses, the MD5 checksum of the file is printed. -v If given alone on the command line, prints the version of cabextract and exits. Given with a list of cabinet files, it will list the contents of the cabinet files. AUTHOR
This manual page was written by Stuart Caie <kyzer@4u.net>, based on the one written by Eric Sharkey <sharkey@debian.org>, for the Debian GNU/Linux system. SEE ALSO
lcab(1) October 30, 2005 CABEXTRACT(1)
Man Page