kleonard Posted May 11, 2016 Report post Posted May 11, 2016 I need to find a way to search for a specific file on all PCs in a collection and rename the file. The command that I am running locally is: For /R %x in (tnsnames.ora) do ren “%x” tnsnames.bak I thought about running a powershell script but not all the PCs have powershell installed. I have also tried creating a package for it but it keeps failing. Any suggestions would be greatly appreciated. Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted May 11, 2016 Report post Posted May 11, 2016 Why is it failing? How did you create the package/program? What error message are you getting? Quote Share this post Link to post Share on other sites More sharing options...