Bureaucrats, staff, Administrators
938
edits
(Created page with "==Worf's suggested setup== Run AVDump3 with the following command: <pre>dotnet AVDump3CL.dll FROMFILE arguments.txt <drive/folder/file></pre> Parameters inside '''arguments....") |
No edit summary |
||
Line 16: | Line 16: | ||
--Reports=AniDBReport | --Reports=AniDBReport | ||
--ReportDirectory=Reports | --ReportDirectory=Reports | ||
--ReportFilename=report_ | --ReportFilename=report_${FileExtension}.txt | ||
--CRC32Error=diff_crc.txt:((?i) | --CRC32Error=diff_crc.txt:((?i)${CRC32}) | ||
--ExtensionDifferencePath=diff_ext.txt | --ExtensionDifferencePath=diff_ext.txt | ||
--FileMove.Mode=Placeholder | --FileMove.Mode=Placeholder | ||
--FileMove.Pattern={DirectoryName}\{FileNameWithoutExtension}{SuggestedExtension} | --FileMove.Pattern=${DirectoryName}\${FileNameWithoutExtension}${SuggestedExtension} | ||
--FileMove.LogPath=move.txt</pre> | --FileMove.LogPath=move.txt</pre> |