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