On 21 Sep 00, at 8:25, Joerg Dietze wrote:
Thank you Joerg :-) I will give it a compare!
> Hi Budd,
>
> here is my working clr.bat.
>
> @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 %1 del %1
> if exist %2*.??? del %2*.???
> if exist %2headers\*.??? del %2headers\*.???
> if exist %3$ROURA$.BAT copy %3$ROURA$.BAT bat.tmp>NUL
> if exist %3*.??? del %3*.???
> if exist bat.tmp copy bat.tmp %3$ROURA$.BAT>NUL
> if exist bat.tmp del bat.tmp
>
> Regards Joerg
>
> On Wed, 20 Sep 2000 22:34:37 GMT, [EMAIL PROTECTED] wrote:
>
> > I remember a discussion recently about how to avoid the
> > prompts when we used the clr.bat file (F8). Can someone
> > remind me what the code was? I am using v.1.65 and
> > MS-DOS v.6.22.
Budd <>< [EMAIL PROTECTED]