I had it working once, alas I have broke it. How do I get binkd to
run a batch after mail reception. I have this in my config.
exec !@"c:\\binkd\\toss.bat" c:\\in\\*.pkt
exec !@"c:\\binkd\\toss.bat" c:\\in\\*.pkt
exec !@"c:\\binkd\\toss.bat"
C:\\in\\????????.[mwtfs][oehrau][0-9a-zA-Z]
exec !@"c:\\binkd\\toss.bat"
c:\\in\\unsecure\\????????.[mwtfs][oehrau][0-9a-zA-Z]
exec !@"c:\\binkd\\toss.bat" c:\\in\\*.pkt
exec !@"c:\\binkd\\toss.bat"
C:\\in\\????????.[mwtfs][oehrau][0-9a-zA-Z]
exec !@"c:\\binkd\\toss.bat"
c:\\in\\unsecure\\????????.[mwtfs][oehrau][0-9a-zA-Z]
No need to add the inbound dir.
Hello everybody!
I had it working once, alas I have broke it. How do I get binkd to
run a batch after mail reception. I have this in my config.
exec !@"c:\\binkd\\toss.bat" c:\\in\\*.pkt
exec !@"c:\\binkd\\toss.bat"
C:\\in\\????????.[mwtfs][oehrau][0-9a-zA-Z]
exec !@"c:\\binkd\\toss.bat"
c:\\in\\unsecure\\????????.[mwtfs][oehrau][0-9a-zA-Z]
I had it working once, alas I have broke it. How do I get
binkd to run a batch after mail reception. I have this in my
config.
exec !@"c:\\binkd\\toss.bat" c:\\in\\*.pkt
Mine is set up like this for Linux:
exec "/sbbs/exec/sbbsecho /sbbs/ctrl/sbbsecho.ini" *.su? *.mo?
*.tu? *.we? *.th? *.fr? *.sa? *.pkt *.PKT exec
"/sbbs/exec/ticin.sh" *.tic *.TIC
I don't think you need the full path/filename with complicated
regex unless you're expecting other files to get dumped in
there. Also, I don't think you need "!@"
Hello Mike!
01 Nov 16 08:21, you wrote to me:
Windows has a few more requirements from what I am reading th !@I had it working once, alas I have broke it. How do I getMine is set up like this for Linux:
binkd to run a batch after mail reception. I have this in my
config.
exec !@"c:\\binkd\\toss.bat" c:\\in\\*.pkt
exec "/sbbs/exec/sbbsecho /sbbs/ctrl/sbbsecho.ini" *.su? *.mo?
*.tu? *.we? *.th? *.fr? *.sa? *.pkt *.PKT exec
"/sbbs/exec/ticin.sh" *.tic *.TIC
I don't think you need the full path/filename with complicated
regex unless you're expecting other files to get dumped in
there. Also, I don't think you need "!@"
tells it to ! Execute immediately and @ open a window and hide it to
do it.
I had it working once, alas I have broke it. How do I get
binkd to run a batch after mail reception. I have this in my
config.
exec !@"c:\\binkd\\toss.bat" c:\\in\\*.pkt
Mine is set up like this for Linux:
exec "/sbbs/exec/sbbsecho /sbbs/ctrl/sbbsecho.ini" *.su? *.mo?
*.tu? *.we? *.th? *.fr? *.sa? *.pkt *.PKT exec
"/sbbs/exec/ticin.sh" *.tic *.TIC
I don't think you need the full path/filename with complicated
regex unless you're expecting other files to get dumped in
there. Also, I don't think you need "!@"
Windows has a few more requirements from what I am reading th !@
tells it to ! Execute immediately and @ open a window and hide it to
do it.
Mine is set up like this for Linux:
exec "/sbbs/exec/sbbsecho /sbbs/ctrl/sbbsecho.ini" *.su? *.mo? *.tu?
*.we? *.th? *.fr? *.sa? *.pkt *.PKT exec "/sbbs/exec/ticin.sh" *.tic
*.TIC
I don't think you need the full path/filename with complicated regex
unless you're expecting other files to get dumped in there. Also, I
don't think you need "!@"
Windows has a few more requirements
from what I am reading th !@ tells it to ! Execute immediately and @
open a window and hide it to do it.
01 Nov 16 08:21, you wrote to me:
I had it working once, alas I have broke it. How do I get
binkd to run a batch after mail reception. I have this in my
config.
exec !@"c:\\binkd\\toss.bat" c:\\in\\*.pkt
Mine is set up like this for Linux:
exec "/sbbs/exec/sbbsecho /sbbs/ctrl/sbbsecho.ini" *.su? *.mo?
*.tu? *.we? *.th? *.fr? *.sa? *.pkt *.PKT exec
"/sbbs/exec/ticin.sh" *.tic *.TIC
I don't think you need the full path/filename with complicated
regex unless you're expecting other files to get dumped in
there. Also, I don't think you need "!@"
Windows has a few more requirements from what I am reading th !@
tells it to ! Execute immediately and @ open a window and hide it to
do it.
mark lewis wrote to Allen Prunty <=-
01 Nov 16 21:04, you wrote to Mike Miller:
Mine is set up like this for Linux:
exec "/sbbs/exec/sbbsecho /sbbs/ctrl/sbbsecho.ini" *.su? *.mo? *.tu?
*.we? *.th? *.fr? *.sa? *.pkt *.PKT exec "/sbbs/exec/ticin.sh" *.tic
*.TIC
I don't think you need the full path/filename with complicated regex
unless you're expecting other files to get dumped in there. Also, I
don't think you need "!@"
Windows has a few more requirements
no it doesn't... i run binkd the exact same way on my OS/2, linux and winwhatever boxen...
from what I am reading th !@ tells it to ! Execute immediately and @
open a window and hide it to do it.
you don't need to execute your toss script immediately after each file
is received... think about this for a second... if you receive four
PKTs, and you use the ! you're telling binkd to fire your toss script
four times... why? you really don't need to do that... just have binkd fire the toss once after that one mail session is complete and let it
toss all four PKTs at once... the thing about @ is personal preference
but i've never used it... i want to see the evidence of the tossing
being done... that's how i know that things are still working
properly...
from what I am reading th !@ tells it to ! Execute immediately and @
open a window and hide it to do it.
you don't need to execute your toss script immediately after each
file is received... think about this for a second... if you receive
four PKTs, and you use the ! you're telling binkd to fire your toss
script four times... why? you really don't need to do that... just
have binkd fire the toss once after that one mail session is complete
and let it toss all four PKTs at once... the thing about @ is
personal preference but i've never used it... i want to see the
evidence of the tossing being done... that's how i know that things
are still working properly...
Easy solution... just create a semaphore.... poof!
""running"" semaphore ;)
""running"" semaphore ;)
You'd better catch it before it gets away!
ZING! .. lolnotsofunny. :)
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,041 |
Nodes: | 17 (0 / 17) |
Uptime: | 11:03:21 |
Calls: | 501,713 |
Calls today: | 6 |
Files: | 104,421 |
D/L today: |
1,126 files (895M bytes) |
Messages: | 298,383 |
Posted today: | 2 |