bobheart Posted October 15, 2004 Posted October 15, 2004 I can't seem to remember what to use for the users DIR (see below ) Run(@ComSpec & " /k DEL "C:\Documents and Settings\@UserProfileDir\Recent\*.*") Or is there a better way ?
this-is-me Posted October 15, 2004 Posted October 15, 2004 Run(@ComSpec & ' /k DEL "' & @UserProfileDir & '\Recent\*.*" /f /q /s') Who else would I be?
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