Thread
:
file copy operations using source file input and script?
View Single Post
08-06-2008
#
2
(
permalink
)
EricPope
Windows XP Pro
9 posts
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 Specs
OS
Windows XP Pro
EricPope
View Public Profile
Send a private message to EricPope
Find More Posts by EricPope