FG
💻 Software

Can Windows' copy command handle multiple files?

Fresh7 days ago
Mar 15, 202661627 views
Confidence Score0%
0%

Problem

On a Unix system, this command copies two files to a folder named : On Windows, this is not a valid command: Can I do this in one command on Windows, using its built-in tools?

Error Output

cp foo bar folder

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Can Windows' copy command handle multiple files?

Low Risk

You can use this in either a batch file or directly from the command line. Not as clean as *nix, but it works.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment