use copy command. you go to directory ie cd yahoo enter,
you get prompt
c://yahoo
copy *.* as a wildcard will copy whole directory or you can be mor specifirc by using dir command to show what in dirrectory.
2007-12-04 17:10:23
·
answer #1
·
answered by pisces19522000 6
·
2⤊
1⤋
I'm pretty sure xcopy is on the hard drive, unless you're using a version of DOS earlier than 3.3... go to the C:\ prompt in DOS and run "dir /s xcopy.exe" that'll tell you exactly in which folder the xcopy executable is located. The other thing is maybe you were typing in something wrong... the link below will give you a pretty good idea how to use xcopy.
2007-12-04 17:11:51
·
answer #2
·
answered by Jonathan B 2
·
1⤊
0⤋
Copy Dos
2016-12-26 16:07:13
·
answer #3
·
answered by luby 4
·
0⤊
0⤋
xcopy is the way to go. It appears that you have a path problem, meaning that it can't find the location of the xcopy file. Simply do a dir xcopy*.* /s It will locate xcopy for you.
Once you locate xcopy you can either add the path to your path statement or type in the full path to the xcopy file for example "c:\dos\xcopy" and the rest of the command.
c:\dos\xcopy c:\dir a c:\dir b
Xcopy help info below
XCOPY source [destination] [/A | /M] [/D[:date]] [/P] [/S [/E]] [/V] [/W]
[/C] [/I] [/Q] [/F] [/L] [/G] [/H] [/R] [/T] [/U]
[/K] [/N] [/O] [/X] [/Y] [/-Y] [/Z]
[/EXCLUDE:file1[+file2][+file3]...]
source Specifies the file(s) to copy.
destination Specifies the location and/or name of new files.
/A Copies only files with the archive attribute set,
doesn't change the attribute.
/M Copies only files with the archive attribute set,
turns off the archive attribute.
/D:m-d-y Copies files changed on or after the specified date.
If no date is given, copies only those files whose
source time is newer than the destination time.
/EXCLUDE:file1[+file2][+file3]...
Specifies a list of files containing strings. Each string
should be in a separate line in the files. When any of the
strings match any part of the absolute path of the file to be
copied, that file will be excluded from being copied. For
example, specifying a string like \obj\ or .obj will exclude
all files underneath the directory obj or all files with the
.obj extension respectively.
/P Prompts you before creating each destination file.
/S Copies directories and subdirectories except empty ones.
/E Copies directories and subdirectories, including empty ones.
Same as /S /E. May be used to modify /T.
/V Verifies each new file.
/W Prompts you to press a key before copying.
/C Continues copying even if errors occur.
/I If destination does not exist and copying more than one file,
assumes that destination must be a directory.
/Q Does not display file names while copying.
/F Displays full source and destination file names while copying.
/L Displays files that would be copied.
/G Allows the copying of encrypted files to destination that does
not support encryption.
/H Copies hidden and system files also.
/R Overwrites read-only files.
/T Creates directory structure, but does not copy files. Does not
include empty directories or subdirectories. /T /E includes
empty directories and subdirectories.
/U Copies only files that already exist in destination.
/K Copies attributes. Normal Xcopy will reset read-only attributes.
/N Copies using the generated short names.
/O Copies file ownership and ACL information.
/X Copies file audit settings (implies /O).
/Y Suppresses prompting to confirm you want to overwrite an
existing destination file.
/-Y Causes prompting to confirm you want to overwrite an
existing destination file.
/Z Copies networked files in restartable mode.
The switch /Y may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line.
2007-12-05 02:22:52
·
answer #4
·
answered by Eric R 4
·
0⤊
0⤋
Well, your question was a bit vague so i will be thorough. To copy directory names TO a Windows console window, copy it regularly from Windows, then go back to your console window. Then right click the title bar and mouse to Edit. Select 'Paste' from the popup menu. To copy directory names FROM a Windows console window, select the text to copy with your mouse from the console. Go to the same menu and select 'Copy.' To actually copy a directory from the command-line, use the command: copy [directory name] [path to destination directory] Example: copy dir1 c:\documents\photos\ This would copy the directory 'dir1' to the directory 'c:\documents\photos'.
2016-03-14 05:01:47
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
Firsts taken example like,
ur in c prompt
c:md don
c:\cd don
c:\don\
creat a file like
c:\don\copy con xxxx.txt
after that then press control+z to save.
and next come out from directory by giving cd\or cd..
create another directory
c:md don1
c:\cd don1
after that juist come out to c prompt like..then press see below
c:\copy don c:\don1
then press enter u can see the out
for any problem just mail in deepakgvn@yahoo.co.in iwill be available.....
2007-12-04 17:22:11
·
answer #6
·
answered by deepak G 2
·
0⤊
0⤋
Dos Xcopy
2016-11-01 10:45:19
·
answer #7
·
answered by ? 4
·
0⤊
0⤋
what are you copying the directory to? if you're copyin it say to a cd try this command
COPY DIR> D:/
change D:/ to what ever the storage medium you're copying the directory to. so if for example you're copying it to a partition of your HD then change d:/ to the drive letter of that partition.
hope this helps.
2007-12-04 17:18:54
·
answer #8
·
answered by Anonymous
·
0⤊
0⤋
Pretend C:\Files is what you want to copy to C:\New
copy c:\Files\*.* c:\New
Note: Be sure to create c:\new first:
md c:\New
2007-12-04 17:09:32
·
answer #9
·
answered by mdigitale 7
·
2⤊
0⤋
ALT+F4
2014-08-27 17:16:18
·
answer #10
·
answered by Grace 1
·
0⤊
0⤋