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.
12 lines
271 B
12 lines
271 B
2 years ago
|
@echo off
|
||
|
|
||
|
tasklist|find /i "SettleAccount.HttpApi.Host.exe"
|
||
|
|
||
|
if %errorlevel% == 0 (
|
||
|
exit
|
||
|
)
|
||
|
|
||
|
%1 start mshta vbscript:createobject("wscript.shell").run("""%~0"" ::",0)(window.close)&&exit
|
||
|
|
||
|
start /b SettleAccount.HttpApi.Host.exe --urls http://dev.ccwin-in.com:10582
|