Goose
(Goose)
4
以下是官方文件:
這是一個範例(假設檔名不變):
PostCustomCommandPath=C:\Windows\System32\cmd.exe
PostCustomCommandParameters="/c copy \"%originalfilepath%\\%originalfilename%-thumb.jpg\" \"%destinationpath%\\\""
PostCustomCommandHangPeriod=60
PostCustomCommandCritical=false
PostCustomCommandUISession=false
PostCustomCommandShowWindow=false
PostCustomCommandExitCodeCheck=false
如果你使用的是最新的 2.4.9 版本,並且轉換後的檔名與原始檔名不同,你可以使用 "%destinationpath%\\%convertedfilename%-thumb.jpg"。