Good Day Everyone, I am normally very good at finding .vbs files or .bat files and making them fit my need, but this one seems to have gotten the best of me. The Problem: 1. Search for all instances of a particular desktop shortcut (file.url) and either replace it with an updated shortcut on the server or update the url address for each one 2. All profiles under "Documents and Settings" must be searched and if the file exists either be updated or replaced (working with roaming and local profiles in the environment) 3. Report all computers that have had this update in a directory on the server (capture the profiles that were touched if possible) 3. Run either a .bat, .cmd, or .vbs as a Startup or Shutdown script so that it has System rights (working in a LUA environment) Here are the scripts that I have tried so far: .Vbs script ========================================================= ========================================================================== The above script runs for a little while and then errors out with a memory error...maybe an infinate loop...not too sure. The batch file ========================================================================== =========================================================================== The above script works great except it does not search for and replace all of the instances of file.url and will not report all of the directories that they were in. I would need to do some sort of find and replace function as well as a better .txt file creation method. Any assistance with either of these scripts to solve the problem above would be greatly appriciated. Thanks.