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.

Eggdrop and shell commands

Old posts that have not been replied to for several years.
Locked
s
syM

Eggdrop and shell commands

Post by syM »

Hi.

I need to run a shell application by using my eggdrop.
e.g.: i'm wanting to launch my Channel Service located in /home/sym/CS/
and the PID file to execute is: O
Then i just want to type in my partyline: .chanserv and the eggdrop execute the pid file: /home/sym/CS/O

Someone know how i can do that ??
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

pid files?


Pid files store information regarding running processes.
It's not allways possible to locate a program useing system commands, so the program has the option to store it in a file. This way, another program can locate it simpler.

When you say pid file, do you mean a lauch script, which is used to load and configure a program?
s
syM

Yeah

Post by syM »

Right! I just wana launch the program!
Locked