首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > windows >

怎么写bat批处理文件

2013-09-05 
如何写bat批处理文件如何写一个bat批处理文件,将当前bat目录下1.sys文件copy到c:\windows\system32\driver

如何写bat批处理文件
如何写一个bat批处理文件,将当前bat目录下1.sys文件copy到c:\windows\system32\drivers文件夹下,并覆盖.
[解决办法]
你要干坏事吗?


copy /Y 1.sys c:\windows\system32\drivers

热点排行