Announcement

Collapse
No announcement yet.

command line /src cannot find directory

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

    command line /src cannot find directory

    After upgrade to version 9136 I can suddenly not use the same batch script I've used for years with a "g:\" directory cannot be found. then I close the dialog box and it scans the drive and finds the disc and allows me to manually process it. I'm running win 7 ultimate 64-bit. probably shouldnt matter since was working before but its an asus dvdrom drive.

    set dest=z:\movies
    set program=C:\Program Files (x86)\DVDFab 9\
    REM set program=C:\Program Files (x86)\DVDFab 8 QT\
    Set src=g:\
    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 "%src%" /dest "%dest%\%show% (%year%)\%show% (%year%).iso" /DISPLAYFORCEDSUB "Yes" /removepgc "yes" /outdisc "DVD9" /close

    BTW--REM v9 and using my version 8 and it works fine.
Working...
X