xcopy c:/folder*.* d:/destination/
-----
substitute the source directory and name for the c:/
substitute the destination address for the floppy, cdr, or usb
use asterisk for wildcard
*.* all files
quicken.* selected files
2006-11-28 18:38:58
·
answer #1
·
answered by Sir Ed 4
·
0⤊
0⤋
Actually, you CAN copy directory trees.
At the command prompt:
xcopy source [destination] [modifiers]
To copy C:\Program Files\Sierra, and all files and folders within, to C:\Sierra, you would type
xcopy C:\PROGRA~1\Sierra C:\Sierra /E
(If you don't use the truncated 8-character directory format (PROGRA~1 for Program Files), you can type the full name of the folder, BUT it must be in quotes like so: (C:\"Program Files"\Sierra))
The /E argument tells xcopy to copy the directory and all subdirectories including empty folders.
For a comprehensive list of xcopy arguments, go here:
http://www.fsref.com/pr/dos98.shtml
Search for 'xcopy' on the page.
2006-11-28 18:40:56
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
u can't copy folder in Command prompt, just the file inside the folder.
go to the directory where your source file are located
syntax how to copy:
copy *.*
*.* means all files
2006-11-28 18:33:19
·
answer #3
·
answered by charjim20 2
·
0⤊
0⤋
just type this in u r command prompt
Source is the folder from where the files are copied
and destination is the folder where the files are to be copied
C:\>Source\ copy *.* d:\Destination
2006-11-28 18:35:41
·
answer #4
·
answered by ch_nagarajind 3
·
0⤊
0⤋
Use xcopy
type help xcopy at DOS prompt for help
C:\help xcopy
the /s option copies sub directories as well
2006-11-28 18:36:34
·
answer #5
·
answered by adr41n 3
·
1⤊
0⤋
hi, (ANS) As a very experienced laptop individual my truthful recommend could be do no longer do this!!! No.a million installation domicile windows XP over Vista is an exceptionally undesirable thought!! its a entire disaster waiting to take place, please do no longer circulate there. No.2 you will desire to wipe or delete Vista first previously you may deploy domicile windows XP onto this gadget. this suggests you will would desire to reformat this disk/s previously it is in lots of cases accomplished. No.3 you will desire to have a real replica of XP on CD disk & you will desire to have a real valid product key previously you may deploy XP in this technique. No.4 you may no longer learn XP & Vista they are VERY different varieties of working structures to a minimum of one yet another. definite! XP is definitely speedier than Vista yet Vista has been written from the floor upwards with plenty tighter gadget risk-free practices than XP. the two have reward & obstacles. **I would desire to admit that XP remains my prefered OS even nevertheless I honestly have the two. sort Regards Ivan
2016-10-13 08:11:21
·
answer #6
·
answered by dickirson 4
·
0⤊
0⤋
Wow, No clue about what you are talking a bout but sure want to learn. Sorry not the answer, but i am impressed!
2006-11-28 18:32:47
·
answer #7
·
answered by Anonymous
·
0⤊
0⤋
use xcopy
Ex. xcopy c:\test1 d:\
It will copy all files and folders included in c:\test1
2006-11-28 19:16:52
·
answer #8
·
answered by Ali Reza Ebadat 2
·
0⤊
0⤋
use xcopy
2006-11-28 18:30:37
·
answer #9
·
answered by Subhasis G 4
·
0⤊
0⤋