jonas_sth Posted November 23, 2004 Posted November 23, 2004 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,
tguy Posted November 23, 2004 Posted November 23, 2004 I have done this sort of thing in the past without any problems.Try del /s %systemroot%\*.tmp in your cleanup batch file.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now