Delete Cookies for anyone logging on.

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top