I have a computer running Win2K Server. I need a script that can do a recursive search for *.bak files in a directory and move the files to another location. For example:
Search C:\projects and all subfolders (up to 10 folders deep) for *.bak files and move them to another folder on the computer.
I have only found one script that will do recursive wildcard searching, but it only works with Server 2003 or WinXP because of the "LIKE" parameter. Any help or suggestions would be greatly appreciated.
Search C:\projects and all subfolders (up to 10 folders deep) for *.bak files and move them to another folder on the computer.
I have only found one script that will do recursive wildcard searching, but it only works with Server 2003 or WinXP because of the "LIKE" parameter. Any help or suggestions would be greatly appreciated.