Thread
:
guides or solutions that can be used to copy image files on command prompt
View Single Post
•
•
Join Date: Apr 2007
Posts: 1,085
Reputation:
Solved Threads: 89
cguan_77
Offline
Veteran Poster
Re: guides or solutions that can be used to copy image files on command prompt
0
#
2
Jan 8th, 2009
Hi to copy in command prompt you can use this syntax:
copy file to be copied destination
copy file.doc c:\ 'this would copy file.doc to the root directory in c:
copy file.doc c:\ f1 'this would copy file.doc to the folder f1 in c:
cguan_77
View Public Profile
Find all posts by cguan_77