On Wed, 19 Jul 2000, Glenn McCorkle wrote:

> 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

Yes, I did this in 1.66. But I am not sure if copying emporary batch
$roura$, which is from where clr.bat is actually being called, isnt reaal
reason why Clarence is getting lost clusters...

--
http://arachne.cz/ 
(Arachne WWW browser for DOS+Linux / Webhosting / MP3streaming)

Reply via email to