> Hi there!

> On 28 Dec 99, at 12:00, Steve Lamb wrote
>     about "Re: bat creates many bat*.tmp files":

>> > @echo off
>> > pushd %1
>> > del /q *.*
>> > for /f "Tokens=*" %%i in ('dir /b') do rd /s /q "%%i"
>> > popd
>> > :end
>> 
>>     rm -rf temp/*
>> 
>>     :)

> Actually, it's the best comparison of Linux vs. NT I've *ever* 
> seen! Thanks, Steve:-)) Linux definitely rulezz!

Well, I do prefer Linux... but fair is fair: (NT and 2k)
   rmdir /s temp\*

-- 
--------------------------------------------------------------
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   <mailto:[EMAIL PROTECTED]>
To Unsubscribe from TBUDL, double click here and send the message:
   <mailto:[EMAIL PROTECTED]>
--------------------------------------------------------------

Reply via email to