ayi <t>Use the Get-ChildItem cmdlet with the -Recurse switch:<br/> <br/> Get-ChildItem -Path V:\Myfolder -Filter CopyForbuild.bat -Recurse -ErrorAction SilentlyContinue -Force<br/> <br/> ```</t>