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.

help with "no such file or directory"

Help for those learning Tcl or writing their own scripts.
Post Reply
Z
ZzozZ
Voice
Posts: 10
Joined: Sat Nov 13, 2010 6:42 pm

help with "no such file or directory"

Post by ZzozZ »

i download http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1154 and add it in my windrop. then i start to see that message in my dcc chat:
/home/user/eggdrop/scripts/sc.db": no such file or directory

ok i change conf file and set
# The File where the Data shall be stored
set sc::vars(file) "C:/Windrop.eu-bg/scripts/sc.db"


but still same error.

I try and:
# The File where the Data shall be stored
set sc::vars(file) "/scripts/sc.db"


but still same ....

Can someone help me ?
w
while
Voice
Posts: 34
Joined: Sat Jul 11, 2009 9:05 am
Location: beat mort

Post by while »

have you tried to make the file sc.db ? maybe you are missing that file.
if that doesn't solve the problem try to use an eggdrop
:)
Z
ZzozZ
Voice
Posts: 10
Joined: Sat Nov 13, 2010 6:42 pm

Post by ZzozZ »

while wrote:have you tried to make the file sc.db ? maybe you are missing that file.
if that doesn't solve the problem try to use an eggdrop
some scripts made files automaticly, but that didn't do that.
amm yea i make sc.db ind scripts directory when i see first message, and i rehash.

And one question for you while:
How to instal eggdrop in windows ?

------------------------------------------------------
Edit
------------------------------------------------------
Problem solved:
This need to be path.
# The File where the Data shall be stored
set sc::vars(file) "./scripts/sc.db"
w
while
Voice
Posts: 34
Joined: Sat Jul 11, 2009 9:05 am
Location: beat mort

Post by while »

for windows use windrop. it comes already built. just edit the eggdrop.conf file(this is the name that it has) to add the things you want and double click runonce.bat and it should work.
:)
Post Reply