【VS2019 C#】批处理:删除编译过程文件
摘要:
删除编译过程文件.bat set CurrPath=%~dp0cd %CurrPath%rd /s /q .vsattrib -h *.suoDEL /F/S/Q *.suocd %CurrPath%First_Demo\rd /s /q objrd /s /... 阅读全文
posted @ 2020-02-15 15:51 lizhuohui 阅读(242) 评论(0) 推荐(0)
posted @ 2020-02-15 15:51 lizhuohui 阅读(242) 评论(0) 推荐(0)
posted @ 2020-02-15 05:45 lizhuohui 阅读(188) 评论(0) 推荐(0)