F
Ferrari_nr1
Hello,
I have a batch file to delete the temp internet files. But now I want to
maken one that deletes it for all the users on my computer, not only the one
of the admin.
How can I make this, this is what I already have:
@echo off
cd C:\Documents and Settings\administrator\Local Settings\Temporary Internet
Files
del *.* /s/q
How can I change the administrator in all the users?
I think has something to do with %, but I can't find it....
Thanks
I have a batch file to delete the temp internet files. But now I want to
maken one that deletes it for all the users on my computer, not only the one
of the admin.
How can I make this, this is what I already have:
@echo off
cd C:\Documents and Settings\administrator\Local Settings\Temporary Internet
Files
del *.* /s/q
How can I change the administrator in all the users?
I think has something to do with %, but I can't find it....
Thanks