No programming involved, unless u call creating a .bat file programming...
OnFtpLogin = ..\windrop\restart.bat
restart.bat:
cd c:\ioftpd\windrop
pslist eggdrop.exe > nul
if errorlevel 1 goto restart
goto end
:restart
hiderun eggdrop.exe -nt eggdrop.conf
:end
|