home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
Chip_2003-05_cd2.bin
/
copy
/
prevod
/
download
/
pditool
/
PDITOOL.exe
/
README
< prev
Wrap
Text File
|
2003-02-27
|
2KB
|
48 lines
$Id: pdixtract.c,v 1.5 2003/02/27 15:08:50 smurf Exp $
************************************************************************
Convert Pinnacle Disk Images (i.e. .pdi file sets) to ISO9660 files
or extract files from the file sets
pdixtract is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY. No author or distributor accepts responsibility to anyone for the
consequences of using it or for whether it serves any particular purpose or
works at all, unless he says so in writing. Refer to the GNU General Public
License (the "GPL") for full details.
Everyone is granted permission to copy, modify and redistribute pdixtract,
but only under the conditions described in the GPL. A copy of this license
is supposed to have been given to you along with pdixtract so you can know
your rights and responsibilities. It should be in a file named COPYLEFT,
or, if there is no file named COPYLEFT, a file named COPYING. Among other
things, the copyright notice and this notice must be preserved on all
copies.
We explicitly state here what we believe is already implied by the GPL: if
the pdixtract program is distributed as a separate set of sources and a
separate executable file which are aggregated on a storage medium together
with another program, this in itself does not bring the other program under
the GPL, nor does the mere fact that such a program or the procedures for
constructing it invoke the pdixtract executable bring any other part of the
program under the GPL.
usage: pdixtract [options] <pdi-file-name>[.pdi] [files...]
options:
-l list only (directory mode)
-i <iso> convert .pdi-file-set into .iso-image <iso>[.iso]
-r remove .pdi files as soon as possible
-d <dir> extract files to directory <dir>
-m <dir> create directory <dir> and extract files int it
-v create VIDEO_TS directory and extract files into it
-x same as -r -m <pdi-file-name> -v
a trailing '*' may be used as wildcard for file selection,
e.g. pdixtract -v movie vts_01*
extracts Video Title Set 1 from movie.pdi* to dir VIDEO_TS
It is recommended to use this program in combination with the frontend
PDItool that provides a fairly intuitive Graphical User Interface to
PDIxtracts options.