foreach-example.ps 199 B

12
  1. Was using tasks.json and needed a way to iterate over a few file names
  2. $a = 'libhpdf.dll', 'libpng16.dll'; foreach($i in $a) { cp ${env:ow}/bin/$i C:/Users/bad-p/Desktop/Work` Folder/VS` CODE/test/ }