1. 当前端口被哪个进程占用

netstat -aon|findstr 80
tasklist|findstr 2448

  1. 去除文件只读属性

attrib Common.dll -r

  1. 拷贝文件夹

xcopy /y /s ..\MyDevTool\ForDebug\Some* .\

相关文章: