随笔分类 -  DOS

摘要:说明:bat文件的赋值语句等号两边不能留空格。(如:set a=1, 正确; set b = 2, 错误)1.获取当前路径:%cd% 阅读全文
posted @ 2012-09-28 15:13 qx.zhong 阅读(121) 评论(0) 推荐(0)
摘要:在DOS中输入 <command> /? 即可实例:DOS中键入 copy /?即会输出:COPY [/D] [/V] [/N] [/Y | /-Y] [/Z] [/L] [/A | /B ] source [/A | /B] [+ source [/A | /B] [+ ...]] [destination [/A | /B]] source Specifies the file or files to be copied. /A Indicates an ASCII text file. /B Indicates a binary file. /D Allow the dest 阅读全文
posted @ 2012-09-17 10:39 qx.zhong 阅读(225) 评论(0) 推荐(0)