xcopy line needed - help!

Posted: 09-17-2003, 03:47 AM
Can someone tell me how I can copy a folder and/or a file
in xcopy? If you could respond with the correct command
then I can cut and paste it in.

Thanks, I'm having a very hard time trying to get at my
old files on a slave drive.


Here's what I need to do:

Copy the folder:

E:\My Documents\animation demo

to

C:\anim demo



OR do I need to transfer one file at a time?

Then I'd need (as one eg.) to copy:


E:\My Documents\animation demo\my_turn.wav

to

C:\anim demo



Is xcopy case-sensitive? If you are copying from MY
DOCUMENTS do you still include the space between MY and
DOCUMENTS or do you make it all one word?

Confused, but learning.

Thanks

Fall
Reply With Quote

Responses to "xcopy line needed - help!"

Ron Martell
Guest
Posts: n/a
 
Re: xcopy line needed - help!
Posted: 09-17-2003, 05:30 AM
"fallon" <radioredhead@hotmail.com> wrote:
>Can someone tell me how I can copy a folder and/or a file
>in xcopy? If you could respond with the correct command
>then I can cut and paste it in.
>
>Thanks, I'm having a very hard time trying to get at my
>old files on a slave drive.
>
>
>Here's what I need to do:
>
>Copy the folder:
>
>E:\My Documents\animation demo
>
>to
>
>C:\anim demo
Can't you use Windows Explorer to do this job for you?

Open the folder E:\My Documents\animation demo
Select any file in the folder. Press Ctrl+A (= select all then
Ctrl+C (= copy selection)

Then open the folder C:\anim demo and press Ctrl+V to paste the
selected items into that folder.

Good luck


Ron Martell Duncan B.C. Canada
--
Microsoft MVP
On-Line Help Computer Service
http://onlinehelp.bc.ca

"The reason computer chips are so small is computers don't eat much."
Reply With Quote
Cindy Winegarden
Guest
Posts: n/a
 
Re: xcopy line needed - help!
Posted: 09-18-2003, 02:31 AM
Hi Fallon,

If the path and name of the file or folder have spaces then you need to put
quotes around the whole thing.

XCOPY "C:\Folder with spaces\File name with spaces.txt" "D:\Other folder
with spaces\Other file with spaces.txt"

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden@mvps.org, www.cindywinegarden.com

"fallon" <radioredhead@hotmail.com> wrote in message
news:06e801c37cc5$f96233f0$a401280a@phx.gbl...
> Can someone tell me how I can copy a folder and/or a file
> in xcopy? If you could respond with the correct command
> then I can cut and paste it in.
>
> Thanks, I'm having a very hard time trying to get at my
> old files on a slave drive.
>
>
> Here's what I need to do:
>
> Copy the folder:
>
> E:\My Documents\animation demo
>
> to
>
> C:\anim demo
>
>
>
> OR do I need to transfer one file at a time?
>
> Then I'd need (as one eg.) to copy:
>
>
> E:\My Documents\animation demo\my_turn.wav
>
> to
>
> C:\anim demo
>
>
>
> Is xcopy case-sensitive? If you are copying from MY
> DOCUMENTS do you still include the space between MY and
> DOCUMENTS or do you make it all one word?
>
> Confused, but learning.
>
> Thanks
>
> Fall

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Xcopy bugs? Robert McDonald Windows XP Help & Support 2 11-17-2003 01:21 PM
how do i use xcopy? fallon Windows XP New Users 1 09-17-2003 04:10 AM
Windows XP xcopy and EFS Paul Higgs Windows XP Security & Administration 0 08-04-2003 04:35 PM
/m switch with XCOPY Benny Huff Windows XP Network & Web 0 07-29-2003 01:34 AM
xcopy Gopi Windows XP Basics 2 07-11-2003 04:33 AM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90