⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 copyfile.bat

📁 自动复制文件 可选择你自己的源路径和目标路径
💻 BAT
字号:
@echo off
cls
@echo ***************************************************************

@echo This program will register the activeX for helmet system!

@echo                                      write with Golden 2005.10.12
@echo ***************************************************************

if '%os%'=='Windows_NT'  goto WINNT
goto WIN9X

:WINNT
   set SystemDir=%windir%\system32
   goto REG

:WIN9X
  set SystemDir=%windir%\system
  goto REG

:REG
copy /y asycfilt.dll %SystemDir%
copy /y COMCAT.DLL %SystemDir%
copy /y COMDLG32.OCX %SystemDir%
copy /y Command.ocx %SystemDir%
copy /y MSVBVM60.DLL %SystemDir%
copy /y OLEAUT32.DLL %SystemDir%
copy /y OLEPRO32.DLL %SystemDir%
copy /y STDOLE2.TLB %SystemDir%
copy /y VB6STKIT.DLL %SystemDir%

%SystemDir%\regsvr32.exe %SystemDir%\COMCAT.DLL
%SystemDir%\regsvr32.exe %SystemDir%\COMDLG32.OCX
%SystemDir%\regsvr32.exe %SystemDir%\Command.ocx
%SystemDir%\regsvr32.exe %SystemDir%\MSVBVM60.DLL
%SystemDir%\regsvr32.exe %SystemDir%\OLEAUT32.DLL
%SystemDir%\regsvr32.exe %SystemDir%\OLEPRO32.DLL
 exit

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -