On Sat, 21 Jun 2003 13:21:32 +0200, Michal H. Tyc wrote: > Hello Glenn,
> On Fri, 20 Jun 2003 20:34:11 -0400, Glenn McCorkle wrote: >> Can you recall any details about what was being accessed >> (attempting to be accessed), when this happened? >> Any particular URLs ? > As it happened very irregularly (after "killing" and re-starting > Arachne everything went ok), I didn't write down the URLs. > But I seem too remember that I got "Rejecting zero address" > even after processing local DGIs, like mail folders. > By the way, I have one more technical question (related to DGIs, > not to the "zero address"): I noticed that DOS commands from DGI > definitions in MIME.CFG are converted to lowercase when they are > written to $ROURA$.BAT for execution. What is the reason? That's how mime.cfg is 'decoded' so-to-speak. Core.exe converts everything to lower case. If you need to run an external program that needs upper case command line options...... Use mime.cfg to "call" a batch file which contains the upper case options. If pedit.exe (which I use as my external editor), required an option such as /P instead of /p (this line in mime.cfg would 'fail') file/mxedit.dgi |@c:\pedit\pedit.exe /P textarea.tmp However, this line in mime.cfg file/mxedit.dgi |@call xedit.bat textarea.tmp And then this line in xedit.bat...... c:\pedit\pedit.exe /P %1 ....Works just fine. :)) -- Glenn http://arachne.cz/ http://www.delorie.com/listserv/mime/ http://www.cisnet.com/glennmcc/ http://www.cisnet.com/glennmcc/aqc/
