怎么写bat批处理文件

如何写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