My turn. I have been dutifully trying to manage my TMP files. However I had a user yesterday get the 'Out of Disk space' message. After some digging, we found that the C:\Temp directory was crammed full of stuff.
So I need a way to clear out that directory on everyone's machine on a daily basis. I'm thinking of adding a command line to my logon.bat that everyone has to use, but I'm a little unclear as to the syntax. DEL C:\Temp|*.* sounds right but I'd like some confirmation. Jan

