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 | ||
| (4 intermediate revisions by the same user not shown) | |||
| Line 15: | Line 15: | ||
| --Ed2kLogPath=ed2k.txt | --Ed2kLogPath=ed2k.txt | ||
| --Reports=AniDBReport | --Reports=AniDBReport | ||
| --ReportContentPrefix=${FullName} | |||
| --ReportDirectory=Reports | --ReportDirectory=Reports | ||
| --ReportFilename=report_ | --ReportFilename=report_${FileExtension}.txt | ||
| --CRC32Error=diff_crc.txt | --CRC32Error=diff_crc.txt,((?i)${CRC32}) | ||
| --ExtensionDifferencePath=diff_ext.txt | --ExtensionDifferencePath=diff_ext.txt | ||
| --FileMove.Mode= | --FileMove.Mode=PlaceholderInline | ||
| --FileMove.Pattern={DirectoryName}\{FileNameWithoutExtension}{SuggestedExtension} | --FileMove.Pattern=${DirectoryName}\${FileNameWithoutExtension}${SuggestedExtension} | ||
| --FileMove.LogPath=move.txt</pre> | --FileMove.LogPath=move.txt | ||
| --PauseBeforeExit</pre> | |||