i have the same problem as schmacko. The complete bat only works when i execute the file in dos mode. But when i try to execute it over ioftpd with Scheduler or OnFtpLogin or site command it does not work correctly. The bat will be executed but only echo commands.
The line to start the eggdrop will not be executed, could someone tell me why ? Please i need help.
Quote:
This is my bat file:
@echo off
cd c:\ioftpd\sitebot
pslist eggdrop > nul
if errorlevel 1 goto restart
goto end
:restart
cd c:\ioftpd\sitebot
echo Sitebot wird gestartet !!!
hiderun eggdrop -nt eggdrop.conf
:end
|
Thx for all your help
freak007