View Single Post
Old 03-01-2004, 04:34 PM  
Bratell
Member
 
Join Date: Feb 2003
Posts: 64
Default

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?
Bratell is offline   Reply With Quote