顯示結果從 191 到 200 共計 290 條

查看主題

  1. #11
    註冊日期
    2007-07-30
    文章
    149
    Thanks
    104
    Thanked 189 Times in 72 Posts

    預設

    若是使用Windows系統,且每一個專輯都是獨立的子檔案夾 (sub directory),而每一個專輯/子檔案夾裡只有一個.jpg圖片檔的話,可以使用Windows的命令提示字元程式(cmd),輸入下列指令:

    forfiles /S /M *.jpg /C "cmd /c rename @file folder.jpg"

    這個指令會把cmd所在的檔案夾及其子檔案夾裡所找到的jpg檔都換成folder.jpg
    此篇文章於 2014-10-09 01:27 AM 被 tvec 編輯。

  2. The Following 4 Users Say Thank You to tvec For This Useful Post:


發文規則

  • 不可以發表新主題
  • 不可以發表回覆
  • 不可以上傳附件
  • 不可以編輯自己的文章
  •