我的程式開發筆記
我的程式開發筆記,C# .Net、Javascript、JQuery、SQL、Android、開發模式...
顯示具有
powershell
標籤的文章。
顯示所有文章
顯示具有
powershell
標籤的文章。
顯示所有文章
2019年10月30日 星期三
用 powershell 批次取代資料夾內檔案檔名文字 | Use powershell replace file name in folder
MARKDOWN
想要大量去更改資料夾內檔案的某些字詞為另外的字詞時可以這樣用
``` Dir | Rename-Item -NewName { $_.name -replace "_soldout..png", "_out.png" } ```
較舊的文章
首頁
訂閱:
文章 (Atom)