批处理bat文件实现各种功能(Batch bat file implements various functions).docVIP

  • 15
  • 0
  • 约1.34万字
  • 约 19页
  • 2017-09-23 发布于河南
  • 举报

批处理bat文件实现各种功能(Batch bat file implements various functions).doc

批处理bat文件实现各种功能(Batch bat file implements various functions)

批处理bat文件实现各种功能(Batch bat file implements various functions) Batch bat file implements various functions The bat file automatically copies and deletes commands. 1: here is the copy of the cd.dll file to windows\system32 content of the bat file: Copy cd.dll%windir%\system32 2: the following line is to uninstall the cd.dll in the windows\system32 directory, which is to delete the files copied above: Del%windir%\system32\cd.dll 3: delete the files in the download folder, as follows: Del C:\DOWNLOAD\*.* Note: the Del command here can only delete files and cannot delete folders. To remove the folder

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档