📄 注册控件.bat
字号:
@echo off
echo 正在注册控件,请稍等......
%sysdir%\regsvr32.exe /s DBLIST32.OCX
%sysdir%\regsvr32.exe /s MSCOMCT2.OCX
%sysdir%\regsvr32.exe /s MSCOMCTL.OCX
%sysdir%\regsvr32.exe /s MSFLXGRD.OCX
%sysdir%\regsvr32.exe /s TABCTL32.OCX
%sysdir%\regsvr32.exe /s VBAniGIF.ocx
%sysdir%\regsvr32.exe /s DBLSTCHS.DLL
%sysdir%\regsvr32.exe /s FLXGDCHS.DLL
%sysdir%\regsvr32.exe /s MSBIND.DLL
%sysdir%\regsvr32.exe /s MSVBVM60.DLL
%sysdir%\regsvr32.exe /s STDFTCHS.DLL
%sysdir%\regsvr32.exe /s Vb6chs.dll
echo. & pause
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -