I need to clean out the temp folder located at: c:\documents and settings\USERNAME\local settings\TEMP
for each user with a profile on the computer
All users profiles at once if possible.
I tried a batch file with c:\documents and settings\%username%\local settings\temp
It recognized the user that was running it but not the others.
I have temp files from an old app that could confict with temp files from the upgrade.
If cannot do it with a batch or programatically I have to go to each users temp folder and empty it.
for each user with a profile on the computer
All users profiles at once if possible.
I tried a batch file with c:\documents and settings\%username%\local settings\temp
It recognized the user that was running it but not the others.
I have temp files from an old app that could confict with temp files from the upgrade.
If cannot do it with a batch or programatically I have to go to each users temp folder and empty it.