I am trying to write a command line to run dvdfab. I have this below, and it works, but I want to change the output file name to be the same as the source file name, but with the converted extension.
dvdfab.exe /MODE "DVDXBOX360" /SRC "E:\iso\Breaking Bad_S02E06.iso" /DEST "D:\Transfer\" /PROFILE "xbox360.default" /AUDIO "English" /DISPLAYFORCEDSUB "Yes" /CLOSE
The output file I get is D:\Transfer\xbox360\VIDEO_DVD\VIDEO_DVD.Title1.wmv
The output file I want is D:\Transfer\Breaking Bad_S02E06.wmv
Thanks
dvdfab.exe /MODE "DVDXBOX360" /SRC "E:\iso\Breaking Bad_S02E06.iso" /DEST "D:\Transfer\" /PROFILE "xbox360.default" /AUDIO "English" /DISPLAYFORCEDSUB "Yes" /CLOSE
The output file I get is D:\Transfer\xbox360\VIDEO_DVD\VIDEO_DVD.Title1.wmv
The output file I want is D:\Transfer\Breaking Bad_S02E06.wmv
Thanks
Comment