I am trying to cleanup all of our user profiles. I have a batch file written that will delete all files/directories for the logged in user when it's run. However we are wanting to have this run for all user's during the weekend when they aren't logged in. I'm new to Vb Script as well as coding in general. Different thoughts to resolve this would be to run a loop-back of all our user profiles which will write each username found to an array. Then have the batch file call each name from the array to go through and run the delete process. However like I said I'm very new and inexperienced to Arrays and Loop-backs. I am trying to cleanup all of our user profiles