Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the redux-framework domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/chrixtal/chris.com.tw/main/wp-includes/functions.php on line 6114
rename | 那些有趣的小事 http://www.chris.com.tw/main 這世界怎麼這麼多有趣的小事? Thu, 28 Sep 2017 05:31:34 +0000 zh-TW hourly 1 https://wordpress.org/?v=6.7.1 Windows 批次改副檔名 http://www.chris.com.tw/main/?p=198 http://www.chris.com.tw/main/?p=198#respond Sat, 23 Sep 2017 18:32:14 +0000 https://chris.com.tw/main/?p=198 網路上找到的都是 *.png 變成 *.jpg 這類的方法,但對於不特定副檔名 就沒轍了,我又不想下載軟體,再 […]

Windows 批次改副檔名〉這篇文章最早發佈於《那些有趣的小事》。]]>
網路上找到的都是 *.png 變成 *.jpg 這類的方法,但對於不特定副檔名 就沒轍了,我又不想下載軟體,再翻了一下,找到下面方法:

 

打開 Windows 的 powershell  (不知道怎麼打開的,這裡不是你該來的地方) ,輸入:

[pastacode lang=”markup” manual=”get-childitem%20%7C%20%25%20%7B%20rename-item%20%24_%20%22Top%20Secret%20-%20%24_%22%7D” message=”PowerShell command” highlight=”” provider=”manual”/]

 

這樣會在所有的檔名前面加上 “Top Secret – ”

所以看起來就把他改成:

[pastacode lang=”markup” manual=”get-childitem%20%7C%20%25%20%7B%20rename-item%20%24_%20%22%24_.jpg%22%7D” message=”” highlight=”” provider=”manual”/]

 

就是把目錄下 所有的檔案名稱最後都加上 .jpg

雖然前面的格式很亂,但我已經可以用 FastStone 的 imageviewer 再去做進一步的修訂了。

Windows 批次改副檔名〉這篇文章最早發佈於《那些有趣的小事》。]]>
http://www.chris.com.tw/main/?feed=rss2&p=198 0