- 当前端口被哪个进程占用
netstat -aon|findstr 80
tasklist|findstr 2448
- 去除文件只读属性
attrib Common.dll -r
- 拷贝文件夹
xcopy /y /s ..\MyDevTool\ForDebug\Some* .\
netstat -aon|findstr 80
tasklist|findstr 2448
attrib Common.dll -r
xcopy /y /s ..\MyDevTool\ForDebug\Some* .\
相关文章: