Jump to content

delete some tmp folder


Recommended Posts

Posted

Hi all,

I like to remove some folders that all calls xxxxxxxx.tmp under windows folder.

don’t think this so good idea, so any proposal ?

<delete source='%SYSTEMDRIVE%\windows' mask='*.tmp' />

thanks, :whistle:


Posted

I have done this sort of thing in the past without any problems.

Try del /s %systemroot%\*.tmp in your cleanup batch file.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...