On Wed, 17 Jan 2001 13:41:16 -0500, L.D. Best wrote:
> Arachne has a toolbar & hot keys, yes? Yes ...
> MIME.CFG tells Arachne what to do when certain things happen, including
> functions which can be called with a hotkey, yes? Yes ...
> A line in MIME.CFG can contain more than one command, many times
> using CR "/n" to separate them, yes? Yes ...
> So why not modify clear_cache line by appending [after the three $
> variables] /n for 'Enter' and the command in the toolbar for load
> images, Ins?
> Why NOT?? Cuz you end up with all the files in main directory erased.
That should be "\n" not "/n"
If I understand correctly, this is the line you tried:
file/clearcache.dgi |call $esystem\\dgi\\clr.bat $c $a $t /n KEY 20992
If so then "/n", "KEY" and "20992" were sent to clr.bat as the 4th, 5th
and 6th command line arguments.
Since clr.bat is "hardcoded" to accept only 3
Then all additional arguments will not even be seen.
However, if you correctly used "\n"... I'm at a loss to explain what happened.
--
Glenn
(your friendly neighborhood compu-nerd)
http://arachne.cz/
http://www.delorie.com/listserv/mime/
http://freedos-32.sourceforge.net/