随笔分类 -  批处理命令

window中一些常见命令
摘要:在.bat脚本中,对于命令执行的信息有三种处理方式1.直接现在在命令行2.输出到log中。如 del c:\test >test.log 2>&13.屏蔽掉信息。如 del c:\test >/nul 2>&1 阅读全文
posted @ 2013-02-27 14:55 lanse_yan 阅读(304) 评论(0) 推荐(0)