Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

powershell copy all images in a directory

Get-ChildItem -Path "C:UsersgenadiPictures*" -Include *.jpg,*.png -Recurse | Copy-Item -Destination D:
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #powershell #copy #images #directory
ADD COMMENT
Topic
Name
6+9 =