Delete Cookies for anyone logging on.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to make a batch file to include as part of a windows 2000 logon script that will delete the contents of a users cookies folder whenever they log on. The problem is I have hundreds of users logging on and do not want a script that looks like
del /Q C:\Documents and Settings\user1\Cookies\*.
del /Q C:\Documents and Settings\user2\Cookies\*.
del /Q C:\Documents and Settings\user3\Cookies\*.
etc... etc... for hundreds of lines
I know that what I want can be done in a couple of lines but I cannot figure out how. Nothing that I try works, my DOS skills are pretty nonexistant and I keep running up against walls
 
Back
Top