Go Back   FlashFXP Forums > ioFTPD Forum > ioFTPD > Scripting > NeoXed's scripts

NeoXed's scripts nxAutoNuke, nxTools, etc.

Reply
 
Thread Tools Rate Thread
Old 11-29-2005, 05:49 PM   #1
Junior Member
 
Join Date: Aug 2005
Posts: 6
Default little fix for a problem i had

havent tested it but you get the general idea... its for those whos eggdrop crashes using the version below, and alcobot
--
@echo off
set IOFTPDDIR=C:\ioFTPD
set EGGDROPDIR=C:\ioFTPD\scripts\eggdrop
title Alcobot 0.6.0 / Eggdrop 1.6.17 + SSL (bounty compile) - TCL_PATCH
echo.
echo To be used if your eggdrop crashes with TCL errors, fixes most!...
echo.
echo To proceed with patch, press a key...
pause>NUL
copy %IOFTPDDIR%\tcl84t.dll %EGGDROPDIR%\
echo To finish patch, eggdrop MUST be terminated, please closed eggdrop, then press a key...
pause>NUL
del %EGGDROPDIR%\tcl84.dll /Q
rename %EGGDROPDIR%\tcl84t.dll tcl84.dll
set /p IO=Patching complete, re-start eggdrop (Y/N)?:
if %IO%==Y (start %EGGDROPDIR%\eggdrop.exe) else (exit)
--
whiter is offline   Reply With Quote
Reply
Create a free account to browse our forums without ads



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -5. The time now is 06:29 PM.