On Wed, 19 Jan 2000 05:57:24 +0200, Sergei <[EMAIL PROTECTED]> wrote:

> Glenn McCorkle wrote:

>> <snip>
>> attrib +s \arachne\cache\*.*
>> DEL \ARACHNE\!*.*
>> DEL \ARACHNE\$*.*
>> \PKZIP -MU -EX -rP -x*.IDX E:\ARACHNE\!AR!MAIL.ZIP C:\ARACHNE\MAIL\*.*
>> \PKZIP -MU -EX -rP -x*.IDX E:\ARACHNE\!AR%1.ZIP C:\ARACHNE\*.*
>> attrib -s \arachne\cache\*.*
>> \PKZIP -MU -EX -rP C:\CLEANUP.ZIP C:\ARACHNE\*.*
>> DEL CLEANUP.ZIP
>> MEN
>> :err
>> echo To create !ar150b2.zip --- arzip 150b2(enter)
>> pause
>> dir e:\arachne\!ar*.zip /p
>> pause
>> :end
>> MEN

> format c:
> :end_with_heart_attack

> I mean not all Arachne, but most nesessary parts.

 But, all of the files are nesassary.<g>

> And more user-friendly. Just a liittle bit. Please...

 How can it get more user friendly?

OK, I'll try.<g>

--fully automatic version of arzip.bat--
@echo off
CD\

rem use norton's ds.exe to sort the directory
\ni\ds ne c:\arachne /s

rem keep cached files out of the .zip
attrib +s \arachne\cache\*.*

rem delete !history.lst !cache.idx !cookies.txt
DEL \ARACHNE\!*.*

rem delete arachne's temporary files
DEL \ARACHNE\$*.*

rem zip-up the mail directories (-x*.IDX blocks all index files)
\PKZIP -MU -EX -rP -x*.IDX E:\ARACHNE\!AR!MAIL.ZIP C:\ARACHNE\MAIL\*.*

rem zip-up arachne
\PKZIP -MU -EX -rP -x*.IDX E:\ARACHNE\!ARnew.ZIP C:\ARACHNE\*.*

rem clean-up and delete the arachne directory
attrib -s \arachne\cache\*.*
\PKZIP -MU -EX -rP C:\CLEANUP.ZIP C:\ARACHNE\*.*
DEL CLEANUP.ZIP
:end
---------------------------


-- 
Glenn McCorkle mailto:[EMAIL PROTECTED]
North Jackson, Ohio, USA
            Arachne, The Web Browser for DOS
   Open the 'DOOR' to the WWW. Keep the 'windows' closed.
   http://home.arachne.cz/ or http://arachne.browser.org/

Reply via email to