I am trying to delete the contents of "c:\Documents and Settings\username\Oracle Jar Cache" when the user logs out.
I can create a script that will delete these files if I use the current username in the code but if I want to use this across the board how do I change the username? Is there a wildcard that I can use? I have tried %username% but that didn’t work.

Help