常用命令行/批处理

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

netstat -aon|findstr 80
tasklist|findstr 2448

  1. 去除文件只读属性

attrib Common.dll -r

  1. 拷贝文件夹

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

posted @ 2016-01-21 19:23  liqipeng  阅读(214)  评论(0编辑  收藏  举报