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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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