[Solved] get folder address from text file for copy file ( by command ) [closed]


Like this ?

get-content text_path.txt | foreach { copy file.txt -dest $_ }

1

solved get folder address from text file for copy file ( by command ) [closed]