1.

Solve : Copy file in Command Prompt?

Answer»

From: c:\testfolder1\testfile1.docx
To: c:\documents and settings\testfolder2\

I've tried every which WAY to COPY this file (testfile1.docx) in Command Prompt but keep getting "the system cannot find the file SPECIFIED."

How should it look in Command Prompt?copy file folder

I actually made the folders and the file to be copied.

Use QUOTES around the path & filename if it has any spaces.

Code: [Select]C:\>copy c:\testfolder1\testfile.docx "c:\Documents and Settings\testfolder2\"
1 file(s) copied.
Thanks Salmon ... the quotes work.



Discussion

No Comment Found