In Powershell I run the following script that works fine for one folder only.
Can I run the script on one folder with multiple subfolders?
Right now I have to copy all files from each subfolder to one main folder
PS C:\main folder> Select-string "897-2" .\*xls | select -u -exp filename
shows me all the names of all the files
Using Windows 7 Pro
Can I run the script on one folder with multiple subfolders?
Right now I have to copy all files from each subfolder to one main folder
PS C:\main folder> Select-string "897-2" .\*xls | select -u -exp filename
shows me all the names of all the files
Using Windows 7 Pro