This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

i am lost it is supose to work isn't it ??

Old posts that have not been replied to for several years.
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

cygnus winix or something there others ..

well tnx for all your support if someone should know any suggestions .. :)
K
Kirben

Post by Kirben »

I have tried to narrow down the exact cause of this problem several times but had no luck finding it.
If the tcl file handles in src/main.c aren't kept open and the background support (FreeConsole) is removed the problem doesn't occur but it isn't worth losing background support (When launched outside of Cygwin).

If you start Windrop with eggdrop -n the problem won't occur but the console needs to say open, so Windrop won't go into background either.
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

if i make it a non background proces it will work ?? is that wat you mean ??
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

Tnx man it works i don't mind the forground proces ill use firedamon to make it it a system proces that doesn't interact with the destop .. :) like this it won't show hehe

and it will auto start. as wel hehe

for those who want to do the same, edit it to your needs an put it in a bat file assuming firedaemon.exe is in c:\WINNT\system32 directory ;)

Code: Select all

SET MXHOME=c:\WINNT\system32
SET MXBIN=c:\WINNT\system32

firedaemon -i eggdrop "c:\path" "c:\path\eggdrop.exe" "-n eggdrop.conf" Y 0 0 n Y

net start eggdrop
- download the free version of firedaemon look for it in google ;)


or if you don't like firedaemon use hidden32.exe

= hidden32.exe commands ... at dos prompt.
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

euhm i know i am a pain in the ass hehe but what if theres like 5 bots in the channel and they all use the same script so like how do i make a command apply for one bot ..


like

!space botnick

but the botnick changed everytime as wel
Locked