wanggang
1 year ago
5 changed files with 25 additions and 5 deletions
@ -0,0 +1,14 @@ |
|||||
|
@echo off |
||||
|
|
||||
|
tasklist|find /i "SettleAccount.HttpApi.Host.exe" |
||||
|
|
||||
|
if %errorlevel% == 0 ( |
||||
|
exit |
||||
|
) |
||||
|
|
||||
|
|
||||
|
cd /d %~dp0 |
||||
|
|
||||
|
%1 start mshta vbscript:createobject("wscript.shell").run("""%~0"" ::",0)(window.close)&&exit |
||||
|
|
||||
|
start /b SettleAccount.HttpApi.Host.exe --urls http://*:16082 |
@ -1,3 +1,3 @@ |
|||||
@ECHO OFF |
@echo off |
||||
|
|
||||
taskkill /im SettleAccount.HttpApi.Host.exe /f /t |
taskkill /im SettleAccount.HttpApi.Host.exe /f /t |
||||
|
@ -0,0 +1,3 @@ |
|||||
|
@echo off |
||||
|
|
||||
|
taskkill /im SettleAccount.HttpApi.Host.exe /f /t |
Loading…
Reference in new issue