On a Unix system, this command copies two files to a folder named folder:
cp foo bar folder
On Windows, this is not a valid command:
copy foo bar folder
The syntax of the command is incorrect.
Can I do this in one command on Windows, using its built-in tools?
