uninstall.bat

来自「借用他人插件」· Batch 代码 · 共 9 行

BAT
9
字号
@echo off
rem ===========================================================================
rem To uninstall Oxygen SMS (Plus) ActiveX Control from your system run this
rem batch file. 
rem ===========================================================================

if exist SMSControl.ocx regsvr32 /u SMSControl.ocx
if exist SMSPlus.ocx regsvr32 /u SMSPlus.ocx

⌨️ 快捷键说明

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