Do you mean copy all the files that begin with the letter W? Try this:
copy b:\w*.* a:
2007-02-06 04:32:18
·
answer #1
·
answered by BP 1
·
1⤊
0⤋
The command would be "copy W*.* A:", issued when in the b:\ root.
2007-02-06 04:32:31
·
answer #2
·
answered by Che jrw 6
·
0⤊
0⤋
Safe Mode means something went wrong in windows. You should watch the boot up screen and be able to select a safe mode that brings up windows, from which you can do a restore or checkdisk to fix the problem. I think being stuck in dos is nojoy.
2016-03-29 07:48:44
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
I think u use the Diskcopy command, thats what i learned, i dont know...try it.
2007-02-07 09:31:21
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
There is none. 'Copy' is the command that you want to use.
2007-02-06 04:30:38
·
answer #5
·
answered by Daniel-san 4
·
0⤊
0⤋
Including subdirectories? Then:
xcopy b:\w*.* a: /s
2007-02-06 04:32:11
·
answer #6
·
answered by rongee_59 6
·
0⤊
1⤋
xcopy is the command I believe you are looking for....
2007-02-06 04:30:47
·
answer #7
·
answered by jack 6
·
0⤊
0⤋
wow dos lol
b:\copy w*.* a:\
been awhile, i still liked the old why windows 3.1 running on dos ;-)
2007-02-06 05:16:27
·
answer #8
·
answered by jmak2228 2
·
0⤊
0⤋
Either, ie. "copy a:\w*.* b:" or IE. "xcopy a:\w*.* b:".
Google lists over 2million websites to get the info you need.
2007-02-06 04:33:22
·
answer #9
·
answered by ? 7
·
0⤊
0⤋
xcopy b:\w*.*/s a:\
(this includes subdirectories too)
2007-02-06 04:31:39
·
answer #10
·
answered by Boofie 6
·
0⤊
1⤋