home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / temacd / dvddecrypter / SetupDVDDecrypter_3.5.4.0.exe / ReadMe.txt < prev   
Text File  |  2004-07-02  |  5KB  |  132 lines

  1. |==================================|
  2. | Program Name: | DVD Decrypter    |
  3. |==================================|
  4. | Author:       | LIGHTNING UK!    |
  5. |==================================|
  6.  
  7. Supported Command Line Switches:
  8.  
  9. (You can get a basic version of this list via 'DVDDecrypter.exe /?')
  10.  
  11. /MODE <IFO | FILE | ISOREAD | ISOWRITE>
  12.     Used to tell the program which 'Mode' to open up in.
  13.  
  14. /SRC <Drive Letter | SCSI Address> | "<File Name>"
  15.     Used to select the source drive or filename.
  16.     Drive Letter or SCSI Address applies to IFO, FILE and ISOREAD modes.
  17.     File Name applies to ISOWRITE mode.
  18.     Examples: /SRC J:
  19.           /SRC 1:0:0
  20.           /SRC "C:\DVDIMAGE.ISO"
  21.  
  22. /DEST "<Folder | File Name>" | <Drive Letter | SCSI Address> 
  23.     Used to select the destination folder, filename or drive.
  24.     Folder applies to IFO and File modes.
  25.     File Name applies to ISOREAD mode.
  26.     Drive Letter or SCSI Address applies to ISOWRITE mode.
  27.     Examples: /DEST "C:\DVD 1\VIDEO_TS\"
  28.           /DEST "C:\DVDIMAGE.ISO"
  29.           /DEST J:
  30.           /DEST 1:0:0
  31.  
  32.     You can use [DISC_LABEL] within the path to have the program insert the disc's volume label.
  33.     Examples: /DEST "C:\[DISC_LABEL]\VIDEO_TS\"
  34.           /DEST "C:\[DISC_LABEL].ISO"
  35.  
  36. /VTS <VTS Number>
  37.     Used to tell the program which VTS should be selected by default.
  38.     Applies to IFO mode only
  39.         Required when /PGC is specified
  40.     Example: /VTS 1
  41.  
  42. /PGC <PGC Number>
  43.     Used to tell the program which PGC should be selected by default.
  44.     Applies to IFO mode only
  45.         Required when /VTS is specified
  46.     Example: /PGC 1
  47.  
  48. /ANGLE <Angle Number>
  49.     Used to tell the program which PGC should be selected by default.
  50.     Applies to IFO mode only
  51.     Example: /ANGLE 1
  52.  
  53. /DIRECT <Stream Number> <...>
  54.     Used to tell the program which streams should be processed using the 'Direct Stream Copy' method.
  55.     Applies to IFO and File modes.
  56.     '*' and '?' wildcards can be used.
  57.     Examples: /DIRECT 0x80 0xE0
  58.           /DIRECT 0x8? 0x?0
  59.           /DIRECT *
  60.  
  61. /DEMUX <Stream Number> <...>
  62.     Used to tell the program which streams should be processed using the 'Demux' method.
  63.     Applies to IFO and File modes.
  64.     '*' and '?' wildcards can be used.
  65.     Examples: /DEMUX 0x80 0xE0
  66.           /DEMUX 0x8? 0x?0
  67.           /DEMUX *
  68.  
  69. /RAW <Stream Number> <...>
  70.     Used to tell the program which streams should be processed using the 'Raw' method.
  71.     Applies to IFO and File modes.
  72.     '*' and '?' wildcards can be used.
  73.     Examples: /RAW 0x80 0xE0
  74.           /RAW 0x8? 0x?0
  75.           /RAW *
  76.  
  77. /START
  78.     Used to start the decryption process automatically when the program has finished initialising.
  79.     Basically, it just presses the 'Decrypt' / 'Write' button for you!
  80.  
  81. /CLOSE
  82.     Used to close the program when the decryption process has finished.
  83.     Basically, it just presses the 'Close' button for you!
  84.  
  85. /VERIFY <YES | NO>
  86.     Used to make the program verify a disc is readable after it has been written in ISO Write mode.
  87.     Basically, it just checks (or unchecks!) the 'Verify after write' box for you!
  88.  
  89. /SHUTDOWN
  90.     Used to shutdown the computer when the program has finished burning in ISO Write mode.
  91.     Basically, it just checks the 'Shutdown computer when done' box for you!
  92.  
  93. /OVERWRITE <YES | NO>
  94.     Used to force the program to either overwrite all existing files, or never overwrite them.
  95.  
  96. /ERASE
  97.     Used to automatically erase / format / overwrite media in ISO Write mode.
  98.  
  99. /SPEED <Write Speed>
  100.     Used to change the value of the 'Write Speed' drop down list.
  101.     The parameter must match the value within the drop down list exactly.
  102.     Examples: /SPEED MAX
  103.           /SPEED 1x
  104.           /SPEED 2.4x (or 2,4x depending on regional settings)
  105.  
  106. /SPLIT <NONE | AUTO | CELLID | VOBID | CHAPTER | FILE | LAYER | 1GB>
  107.     Used to tell the program when to split the programs output.
  108.     Only applies to IFO and FILE modes.
  109.     IFO mode supports the following options:
  110.         NONE, AUTO, CELLID, VOBID, CHAPTER, LAYER, 1GB.
  111.     FILE mode supports the following options:
  112.         NONE, AUTO, CELLID, VOBID, FILE.
  113.  
  114. /NAMING <PGC> <ANGLE> (Append PGC and/or ANGLE information to file names)
  115.     Used to tell the program to append PGC and/or ANGLE information to the file names when saving.
  116.     Only applies to IFO mode.
  117.  
  118. /FILES <MOVIE> <ALL> "<File Name>" "<...>"
  119.     Used to tell the program which file to select / deselect.
  120.     Only applies to FILE mode.
  121.     The '*' wildcard is supported. (ie. VTS*.VOB, VTS_01*.VOB, VTS_01_1.*, *.VOB)
  122.         Note: Only 1 can be used per file name. (ie. VTS*.* WILL NOT WORK!!)
  123.     Putting a '-' before a file name means it will be deselected instead of selected.
  124.     Examples: /FILES MOVIE
  125.           /FILES MOVIE VIDEO_TS.*
  126.           /FILES VTS_01*
  127.           /FILES VTS* -*0.VOB
  128.           /FILES ALL -*.BUP -*0.VOB
  129.           /FILES MOVIE "VIDEO_TS.IFO" "VIDEO_TS.VOB"
  130.           /FILES ALL "-VIDEO_TS.VOB"
  131.  
  132. THE END