View Single Post
Old 02-26-2004, 09:20 AM  
ddeca
Member
 
Join Date: Aug 2003
Posts: 73
Default Definitve guide to start eggdrop from ioFTPD.

Okey i just upgraded to 5.8.4r and after that my bat file to start the stupid "windrop" didnt work no more....

I am really pissed right now..
Does anyone know what's been changed??
Worked perfekt with 5.2.15r

Someone who got it runnig maybe could add how they did it in the KB on the site (also stating there OS and ioFTPD version).
Iam running w2k advanced (eng) as OS

pasting my (used to work) bat file..

Code:
@echo off
c:\windrop\pslist eggdrop > nul
IF ERRORLEVEL 1 GOTO con
ECHO BOT STILL RUNNING (DiD NOTHiNG)
GOTO END
:CON
cd c:\Windrop
start hidewndw /r /n 'c:\windrop\eggdrop.exe -nt eggdrop.conf'
ECHO BOT DOWN (RESTARTiNG iT)
cd c:\ioftpd\scripts
:END
EXIT
ddeca is offline   Reply With Quote