install.bat
来自「OPC服务器及客户端编程」· Batch 代码 · 共 10 行
BAT
10 行
rem this file installs opc binaries but does not check for later
rem versions in place.
copy OpcEnum.exe %WINDIR%
%WINDIR%\Opcenum /regserver
copy opcproxy.dll %WINDIR%\System32
regsvr32 /s /i %WINDIR%\System32\opcproxy.dll
copy opccomn_ps.dll %WINDIR%\System32
regsvr32 /s /i %WINDIR%\System32\opccomn_ps.dll
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?