8 lines
165 B
Batchfile
8 lines
165 B
Batchfile
|
@echo off
|
||
|
if "%1" == "h" goto begin
|
||
|
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
|
||
|
:begin
|
||
|
REM
|
||
|
cd C:\frpc
|
||
|
frpc -c frpc.ini
|
||
|
exit
|