1. 程式人生 > >windows刪除指定資料夾下面的檔案

windows刪除指定資料夾下面的檔案

[@echo](https://my.oschina.net/echolee1987) off
echo delete start ......
del "C:\Users\huangwei9\AppData\Roaming\Scooter Software\Beyond Compare 3\*.*" /q
echo delete end ......
echo.