My TaskIsRunning is always returning 0. I have a test.bat that looks like this:
Code:
@echo off
taskisrunning.exe eggdrop.exe
if errorlevel 0 echo 0
if errorlevel 2 echo 2
if errorlevel 1 echo 1
and
Code:
C:\ioFTPD\Windrop\>test.bat
0
Running 2k Server. Is this a known issue?