home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd2.bin / copy / prevod / download / pditool / PDITOOL.exe / README < prev   
Text File  |  2003-02-27  |  2KB  |  48 lines

  1. $Id: pdixtract.c,v 1.5 2003/02/27 15:08:50 smurf Exp $
  2. ************************************************************************
  3. Convert Pinnacle Disk Images (i.e. .pdi file sets) to ISO9660 files
  4. or extract files from the file sets
  5.  
  6. pdixtract is distributed in the hope that it will be useful, but WITHOUT ANY
  7. WARRANTY.  No author or distributor accepts responsibility to anyone for the
  8. consequences of using it or for whether it serves any particular purpose or
  9. works at all, unless he says so in writing.  Refer to the GNU General Public
  10. License (the "GPL") for full details.
  11.  
  12. Everyone is granted permission to copy, modify and redistribute pdixtract,
  13. but only under the conditions described in the GPL.  A copy of this license
  14. is supposed to have been given to you along with pdixtract so you can know
  15. your rights and responsibilities.  It should be in a file named COPYLEFT,
  16. or, if there is no file named COPYLEFT, a file named COPYING.  Among other
  17. things, the copyright notice and this notice must be preserved on all
  18. copies.
  19.  
  20. We explicitly state here what we believe is already implied by the GPL: if
  21. the pdixtract program is distributed as a separate set of sources and a
  22. separate executable file which are aggregated on a storage medium together
  23. with another program, this in itself does not bring the other program under
  24. the GPL, nor does the mere fact that such a program or the procedures for
  25. constructing it invoke the pdixtract executable bring any other part of the
  26. program under the GPL.
  27.  
  28.  
  29.           usage: pdixtract [options] <pdi-file-name>[.pdi] [files...]
  30.           
  31.           options:
  32.           -l        list only (directory mode)
  33.           -i <iso>  convert .pdi-file-set into .iso-image <iso>[.iso]
  34.           -r        remove .pdi files as soon as possible
  35.           -d <dir>  extract files to directory <dir>
  36.           -m <dir>  create directory <dir> and extract files int it
  37.           -v        create VIDEO_TS directory and extract files into it
  38.           -x        same as -r -m <pdi-file-name> -v
  39.           
  40.           a trailing '*' may be used as wildcard for file selection,
  41.           e.g. pdixtract -v movie vts_01*
  42.           extracts Video Title Set 1 from movie.pdi* to dir VIDEO_TS
  43.  
  44.  
  45. It is recommended to use this program in combination with the frontend
  46. PDItool that provides a fairly intuitive Graphical User Interface to
  47. PDIxtracts options.
  48.