
|
[arachne]
||
[Date Prev]
[03-2004 Date Index]
[Date Next]
||
[Thread Prev]
[03-2004 Thread Index]
[Thread Next]
[arachne] Re: arachne Digest V2 #91
- From: "Greg Mayman" <gmone@xxxxxxxxxxxxxxx>
- To: arachne@xxxxxxxxxxxxx
- Date: Thu, 11 Mar 2004 01:09:23 +0930
Arachne at FreeLists---The Arachne Fan Club!
> From: "Michal H. Tyc" <mht@xxxxxxxxxxxxxxxx>
> Date: Tue, 09 Mar 2004 22:24:25 +0100
> Subject: [arachne] Re: arachne Digest V2 #84
> And where is your CACHE.IDX, on C: or on the ramdisk (E:)?
Now on the RAMdisk using the following. That plus SMARTDRV has made
it a lot faster.
rem this is SPIDER.BAT
@echo off
rem put cache from C: to E:
e:
cd\
if exist \cache\nul goto goon
md cache
cd \cache
md headers
:goon
c:
cd\arachne\cache
if not exist *.* goto goon2
move *.* e:\cache
move headers\*.* e:\cache\headers
sleep /c10
:goon2
c:
cd\ara173
cls
if %1'==' goto mypage
call arachne.bat %1 %2 %3 %4 %5
goto end
:mypage
call arachne.bat file:mypage.htm
:end
rem restore cache to C:
if not exist c:\arachne\cache\*.* goto goon3
echo y|del c:\arachne\*.*
echo y|del c:\arachne\headers\*.*
:goon3
e:
cd\cache
if not exist *.* goto goon4
move *.* c:\arachne\cache
move headers\*.* c:\arachne\cache\headers
:goon4
c:
cd\arachne
echo backing up hotlist [beep] [beep] [beep]
copy /y hotlist.htm hotlist.bu
cd mail\trash
if not exist *.* goto exit
choice "empty trash folder "
if errorlevel 1 if not errorlevel 2 for %%k in (*.*) do del %%k>nul
:exit
cd\
Arachne at FreeLists
-- Arachne, The Web Browser/Suite for DOS and Linux --
|

|