English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-07-28 15:15:58 · 6 answers · asked by avnish_it 1 in Computers & Internet Other - Computers

6 answers

xcopy source dest /s /e /h /k

source is the directory to copy from
dest is the directory to copy to
/s will copy subdirectories
/e will copy empty subdirectories
/h will copy hidden and system files
/k will copy file attributes

2006-07-28 15:23:44 · answer #1 · answered by JayD 3 · 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'.

2006-07-28 15:24:27 · answer #2 · answered by adsims2001 2 · 0 0

depends on the version, but it used to be xcopy C:\(file name) space D:\ or what ever drive letter you want to use.

you can just try copy instead of xcopy they both used to work.
make sure to type the complete path like program files\music blah blah blah.

2006-07-28 15:22:01 · answer #3 · answered by kerryjonjon 3 · 0 0

If you mean real MS-DOS, (not a DOS prompt in Windows) the command you want is XCOPY.

2006-07-28 15:19:23 · answer #4 · answered by mommadillo 4 · 0 0

Use XCOPY. here's a good link for msdos commands.

http://www.computerhope.com/dostop10.htm

2006-07-28 15:26:33 · answer #5 · answered by Fremen 6 · 0 0

you must first go to your folder you wish to copy if u copy the folder name

syntax:

c:\saga\copy *.* [then the location or folder u wish to transfer ex. d:\vader]

syntax

c:\saga\copy *.* d:\vader

2006-07-28 15:20:46 · answer #6 · answered by Jed Alex R 3 · 0 0

fedest.com, questions and answers