Syntax for copying multiple files into a directory under MS-Windows

On a Microsoft Windows machine, what is the equivalent command to cp first_file second_file third_file destination_directory It's a Windows 10 system in my work environment. I've used Microsoft PowerShell for various tasks but I don't know it well. The documentation of copy-item didn't enlighten me.

In Powershell, just specify comma-separated sources: cp first_file,second_file,third_file destination_directory -Verbose Regards Slav
-----Original Message----- From: luv-talk [mailto:luv-talk-bounces@luv.asn.au] On Behalf Of Jason White via luv-talk Sent: Friday, 5 August 2016 11:04 AM To: luv-talk@luv.asn.au Subject: [luv-talk] Syntax for copying multiple files into a directory under MS- Windows
On a Microsoft Windows machine, what is the equivalent command to cp first_file second_file third_file destination_directory
It's a Windows 10 system in my work environment. I've used Microsoft PowerShell for various tasks but I don't know it well. The documentation of copy-item didn't enlighten me.
_______________________________________________ luv-talk mailing list luv-talk@luv.asn.au https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-talk
This e-mail and any attachments to it (the "Communication") is, unless otherwise stated, confidential, may contain copyright material and is for the use only of the intended recipient. If you receive the Communication in error, please notify the sender immediately by return e-mail, delete the Communication and the return e-mail, and do not read, copy, retransmit or otherwise deal with it. Any views expressed in the Communication are those of the individual sender only, unless expressly stated to be those of Australia and New Zealand Banking Group Limited ABN 11 005 357 522, or any of its related entities including ANZ Bank New Zealand Limited (together "ANZ"). ANZ does not accept liability in connection with the integrity of or errors in the Communication, computer virus, data corruption, interference or delay arising from or in respect of the Communication.
participants (2)
-
Jason White
-
Pidgorny, Slav(EPM)