View Single Post
Old 11-29-2005, 06:49 PM  
whiter
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