On Sun, 15 Dec 2002 23:11:08 -0400, Glenn McCorkle wrote:

> Hello list,

> http://www.angelfire.com/id/glenndoom/ara171ue01.htm
> has been updated as follows.

> Dec 15, 2002... A fresh compile of wwwmane.exe is now ready.
> Items deleted from the cache by use of either 'Shft+Enter/Delete' while
> in the cache index listing or the delete key while viewing the item
> itself will no longer show in a reload of the cache index listing.

> (DGIs will no longer be listed and will not be included
> in the count of cache items)


Sorry to have worded it incorrectly.

Change it to.....

(cacheindex.dgi will no longer be listed nor included
 in the count of cache items) 


*some* DGIs will still be listed and included in the count.

Specifically, those which write an output file in the cache directory.

Such-as these which write a small text file to nnnnnnnn.txt loacted
in the cache directory. ( >$2 )

file/export.dgi    >TXT|copy /b _4prt.txt $s>NUL |del _4prt.txt
 \n if exist $s echo file has been saved to $s>$2

file/exportps.dgi  >TXT|copy /b _4prt.ps $s>NUL |del _4prt.ps
 \n if exist $s echo file has been saved to $s>$2

file/exportbmp.dgi >TXT|copy /b _4prt.bmp $s>NUL |del _4prt.bmp
 \n if exist $s echo file has been saved to $s>$2

file/bmp2jpg.dgi   >TXT|cjpeg -q 95 _4prt.bmp|copy _4prt.jpg $s
 |del _4prt.bmp|del _4prt.jpg
 \n if exist $s echo file has been converted to $s>$2

file/bmp2zbm.dgi   >TXT|pkzip -m $s _4prt.bmp|del _4prt.bmp
 \n if exist $s echo file has been converted to $s>$2


-- 
 Glenn
 http://arachne.cz/
 http://www.delorie.com/listserv/mime/
 http://www.angelfire.com/id/glenndoom/download.htm
 http://www.thispagecannotbedisplayed.com/

Reply via email to