setup.bat

来自「南京德托电子科技有限公司的产品手机短信二次开发控件DetuoSmsOcx.ocx」· Batch 代码 · 共 26 行

BAT
26
字号
rem  ################################################
rem  #  Company :南京德托电子科技有限公司
rem  #  Date    :2005-6-8
rem  #  Ver.    :2.0
rem  #  PHone   :025-83197813
rem  #  Function:register DetuoSmsOcx.ocx
rem  ################################################
rem This is the file of registering COM control of DetuoSmsOcx.
rem If you want to unregister the COM control, using "regsvr32 /u DetuoSmsOcx.ocx"
echo off
if "%SystemRoot%"=="" goto Win98ME

:Win2KXP
copy DetuoSmsOcx.ocx  %SystemRoot%\System32\
copy SMSDLL.DLL   %SystemRoot%\System32\
COPY WIN32DLL.DLL %SystemRoot%\System32\
regsvr32 %SystemRoot%\System32\DetuoSmsOcx.ocx
goto End

:Win98ME
Copy DetuoSmsOcx.ocx  %WinDir%\System\
copy SMSDLL.DLL   %WinDir%\System\
COPY WIN32DLL.DLL %WinDir%\System\
regsvr32 %WinDir%\System\DetuoSmsOcx.ocx

:End

⌨️ 快捷键说明

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