Announcement

Collapse
No announcement yet.

/volume not working with command line in batch execution

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    /volume not working with command line in batch execution

    using batch file with script executing dvdfab not using /volume. the iso failed to create with this version as well. I tried just launching dvdfab manually and performing the copy and it resulted in immediately ejecting the disc and moving to step 2 and then producing an unusuable iso file. using version 8230 works just fine.

    the following script is not properly copying the disc or using the /volume.

    it shows dvd_volume instead of dvd1 as specified in command line.

    set dest=z:\movies
    set program=C:\Program Files (x86)\DVDFab 9 US\
    REM set program=C:\Program Files (x86)\DVDFab 8 QT\
    Set /P year=Enter film year^>
    Set /P show=Enter film name^>

    REM CREATE LIBRARY FOLDER

    mkdir "%dest%\%show% (%year%)"

    REM GRAB MOVIE FROM DVD and put in library folder

    "%program%dvdfab.exe" /mode "mainmovie" /src "d:\" /dest "%dest%\%show% (%year%)\%show% (%year%).iso" /VOLUME "DVD1" /DISPLAYFORCEDSUB "Yes" /removepgc "yes" /outdisc "DVD9" /close
    Attached Files
    Last edited by goonie; 06-14-2014, 09:05 PM.

    #2
    I've recently had the issue that the wrong TV shows would be ripping. Ripping title 2, 4, 6, 8 via batch would result in 2, 4, 4, 8 be ripped.

    MultiMakeMKV: MakeMKV batch processing (Win)
    MultiShrink
    : DVD Shrink batch processing
    Offizieller Ãœbersetzer von DVD Shrink deutsch

    Comment


      #3
      Thanks a lot for your feedback, i'll report this issue to our developer.

      Comment

      Working...
      X