View Single Post
Old 08-06-2008   #2 (permalink)
EricPope


Windows XP Pro
 
 

Re: file copy operations using source file input and script?

Why not try something like this?

cat pathfile.txt | %{ Copy-Item $_ c:\destination\}
My System SpecsSystem Spec