Thread: autoexec.bat
View Single Post
Old 11-07-2000, 06:51 AM   #2
RJ
Member (14 bit)
 
Join Date: Feb 2000
Location: Offenbach/Main (Germany)
Posts: 8,485
Send a message via ICQ to RJ
Wink

Hi realtor388,

The following line will clear your temp directory

del C:\Windows\Temp\*.*

Well, now I'm not sure if the computer asks you to confirm deleting. I think it does, because long, long time ago I also coded my cleartmp lines, and they are:

DELTREE /Y C:\WINDOWS\TEMP
MD C:\WINDOWS\TEMP

This should do that

RJ
RJ is offline   Reply With Quote