Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
94 views

I'm using a command similar to the one below to copy a file to a directory: copy-item 'C:\\some\\source\\directory\filename.txt' -Destination 'T:\some\destination\dir' C:\ is a local disk. T:\ is a ...
Michael Remijan's user avatar