View Single Post
Old 11-11-2003, 10:51 AM  
Mouton
Posse Member
 
Join Date: Dec 2002
Posts: 1,956
Default

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