-Hi all,
> Glenn wrote:
> My history list is getting very large--some 260 entries totalling over
> 12000 bytes. I don't want to del it entirely. Is there some way to
> limit its size within Arachne, or must I use a text editor?
- cb replied:
-There were some good suggestions, but you can also compile your own HOTLSMAN.EXE!
-(If you want to.. ;) Download the source for the gnupyrighted parts of Arachne
-from http://gnu.arachne.cz . A free C-compiler can be found at http://www.borland.com)
-file: /src/hotlsman/hotlsman.c
-line 8: #define MAXITEMS 512 <<---- that's the default value, just change it and
- compile it new
I located both CACHE.IDX and HISTORY.LST in my CACHE. Everytime before I
start Arachne I delete everything in the CACHE and also in my TEMP
directory, which currently is C:\WINDOWS/TEMP, because of stupid Windows
installation programs. All I do is execute ECHO Y|DEL CACHE\*.* and the
same to my TEMP directory.