Skip to content

Commit

Permalink
NCache 4.6 SP3
Browse files Browse the repository at this point in the history
  • Loading branch information
NCache Dev Team committed Jun 29, 2017
1 parent 869be5b commit 8e2e613
Showing 1 changed file with 2 additions and 3 deletions.
@@ -1,4 +1,4 @@
@echo off
@echo OFF

@set directory=%NCHOME%

Expand All @@ -20,8 +20,7 @@ IF NOT ERRORLEVEL 1060 (

ECHO Terminate Cache Processes
ECHO ==========================
tasklist | find /I /C "Alachisoft.NCache.CacheHost.exe"
echo %ERRORLEVEL%
tasklist | find /I /C "Alachisoft.NCache.CacheHo"
IF %ERRORLEVEL% EQU 0 taskkill /F /IM "Alachisoft.NCache.CacheHost.exe"

set NCHOME2="%NCHOME%"
Expand Down

0 comments on commit 8e2e613

Please sign in to comment.