Q: How do we get Arachne to stop reloading the current page after
   clearing the cache?

A: Edit mime.cfg to change what happens after the clear has completed.

(old line)
file/clearcache.dgi  |call $esystem\\dgi\\clr.bat $c $a $t

(new line {all 1 line})
file/clearcache.dgi  |call $esystem\\dgi\\clr.bat $c $a $t
 \n arachne $e\\ppp_init.htm

You may change ppp_init.htm to anything you would like.
(create a text file in the Arachne_main directory)

--cleared.txt---
Cache has been cleared.
_____

Then use
 \n arachne $e\\cleared.txt


Added bonus:
This also gets rid of the "Lock file detected" error sreen.


If all you want is the `added bonus'....
1) leave the clearcache.dgi line alone
2) Add ths line to mime.cfg
file/clearlock.dgi  |call $esystem\\dgi\\clr.bat $c $a $t
 \n arachne $e\\ppp_init.htm

3) edit err_lock.ah and change `clearcache.dgi' to `clearlock.dgi'

As above... use any file you would like in place of ppp_init.htm

You can even use hotlist.htm if you want. ;-)

-- 
 Glenn
(your friendly neighborhood compu-nerd)
 http://www.delorie.com/listserv/mime/

Reply via email to