[] to copy the 'New.Directory' directory from the R: drive to the 'r:\temp' directory
PS> copy-item -path r:\new.directory -destination r:\temp
[] to copy all of the contents of a folder and overwrite the empty folder (if above is done)
PS> copy-item -path r:\new.directory -destination r:\temp -recurse -force -passthru
Sunday, January 18, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment