?? setup.bat
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -