Hello!
Monday, January 08, 2001, 12:36:36 AM, Nick Andriash <[EMAIL PROTECTED]> wrote:
>> When I did my routine tidy-up of Temp files in C:\windows\temp I found
>> over 200 files from The Bat! They had names like batwxyz.tmp, where wxyz
>> was a serial number.
NA> I get a lot of those from time to time as well. Can anyone recall what/why
NA> they are created?
These files are created when you're receiving and/or composing messages;
do not try to delete them while TB! is running. Sometimes (rare in my
case) TB! fails to delete them. If you want to automatically get rid of
these .tmp files you can add the following commands to your autoexec.bat:
---[Cut]---
:Be sure to have Temp and Tmp environment variables to be set correctly
:before analyzing the contents of your Temp directory by the method
:described below
Set Temp=C:\TEMP
set Tmp=%Temp%
...
If Not Exist %Temp%\bat*.tmp GoTo Boot2896
ctty NUL:
attrib -R %Temp%\bat*.tmp
del %Temp%\bat*.tmp
ctty CON:
:Boot2896
---[Cut]---
--
Yours sincerely,
Andrey G. Sergeev (AKA Andris) http://www.andris.msk.ru/
--
--------------------------------------------------------------
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]>
--------------------------------------------------------------
You are subscribed as : [email protected]