Announcement

Collapse
No announcement yet.

QT 8.1.0.5 + Batch proc.

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

    QT 8.1.0.5 + Batch proc.

    Yes I have read Bill & Signal's threads on batch proc.

    Just trying a simple test as this and executing it on the command line results in DVDfab opening and nothing more. No iso file is loaded or processed. I get no errors either, so the command executes but my guess is that no params are bring passed to it. This is on WinXP pro.

    Code:
    FOR /R "D:\DVD\ISO" %x IN (*.iso) do ("C:\Program Files\DVDFab 8 QT\DVDFab.exe" /TITLE "AUTO" /MODE "DVDAPPLETV" /SRC %x /DEST "D:\DVD\MOVIES" /PROFILE "AppleTV" /AUDIO "English" /AUDIOTYPE "AC-3/5.1&AC-3/2" /SUBTITLE "English" /DISPLAYFORCEDSUB "Yes" /CLOSE)
    Mike
Working...
X