On Wed, 19 Jul 2000 15:24:59 +0200 (MET DST), Bernie <[EMAIL PROTECTED]>
wrote:
> Michael wrote:
>>> 2. %3 is the same as %2 (core.exe problem)
>> No, this is true, if your TEMP or ARACHNETEMP directory is not set...
> Nope, I have TEMP set and my $roura$.bat file is in it. There is an error
> in mime.c - but without the latest source (hint, hint) I can't tell you the
> exact problem.
Here's the problem I ran into...
cache dir and temp dir are the same directory.
$c = \arachne\cache\ and $t = \arachne\cache\
Changing the order in which things are done fixed the "lock-up" problem
-- my current clr.bat (works perfectly in OpenDOS v7.01) --
@echo off
rem usage: clrcache.bat (cache.idx) (cache path) (TEMP path) (filemask)
rem I guess those "DOS forever!" freaks among Arachne users will like this ;)
if exist %3$ROURA$.BAT copy %3$ROURA$.BAT bat.tmp>NUL
if exist %1 del %1
if exist %2*.??? del %2*.???
if exist %2headers\*.??? del %2headers\*.???
if exist %3*.??? del %3*.???
if exist bat.tmp copy bat.tmp %3$ROURA$.BAT>NUL
if exist bat.tmp del bat.tmp
_____
In the original order, $roure$.bat was not copied to bat.tmp becuase it
had already been deleted. :-)
Glenn McCorkle [EMAIL PROTECTED] North Jackson, Ohio, USA
DOS prog. for QV cameras http://www.angelfire.com/id/glenndoom/qvplay.html
Other stuff http:[EMAIL PROTECTED]/
--
Arachne, The Web Browser for DOS
Open the 'DOOR' to the WWW. Keep the 'windows' closed.
Download Arachne for DOS http://browser.arachne.cz/dos/
Visit the Arachne home page http://arachne.cz/