作者vernc (cralvin)
看板EZsoft
標題[請問] rd不能刪某些unicode?
時間Fri Nov 30 14:29:27 2018
for /f "usebackq delims==" %d in (`"dir _tmp_* /ad /b /s"`) do rd "%d" /s /q
遇到些符號如─○~,就刪不掉
有內建或外建的command能處理嗎?像4dos那種
thx
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 111.242.23.191
※ 文章網址: https://webptt.com/m.aspx?n=bbs/EZsoft/M.1543559370.A.AF0.html
1F:→ storyofwind: chcp 65001 12/03 15:47