You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@echo off
|
|
cd /d %~dp0
|
|
if "%1" == "h" goto begin
|
|
mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit
|
|
:begin
|
|
::regsvr32 /s "C:\Program Files (x86)\WinService\wwwroot\screen-capture-recorder.dll"
|
|
regedit /s install.reg |