Ok, here's an example. Create the folder you want to copy the files to or
use an existing folder.
Open a command prompt. Type cd\Users\Highlander\Pictures. Press Enter. Now
you are at the "source". Type xcopy *.jpg [destination]. The [destination]
would be the folder you want to copy the files to. For example,
c:\Users\Highlander\desktop\Pictures Backup.
You could combine all the commands in a Notepad document. Save it to your
desktop as whatever.bat (using all files NOT txt). Then you could run it
simply by clicking on the file.
xcopy [source] *.jpg [destination]
xcopy [source] *.doc [destination]
xcopy [source] *.wma [destination]
Alternately, you could use Windows Explorer to navigate to the folder that
contains the files you wants to copy/backup, select all the files and copy
them to the backup folder.
"Highlander" <Highlander@discussions.microsoft.com> wrote in message
news

EDDF1B5-EF5F-4E76-841A-C9EF7F2C6D22@microsoft.com...
>
>
> "Bob" wrote:
>
>> xcopy [source] *.jpg [destination]
>> xcopy [source] *.doc [destination]
>> xcopy [source] *.wma [destination]
>>
>>
>> "Highlander" <Highlander@discussions.microsoft.com> wrote in message
>> news:F2DA540C-41E0-484C-9E6B-6929E43117A2@microsoft.com...
>> >I had previously begun a full system backup and several of those disks
>> >were
>> > damaged. I would like to now just backup documents, pictures, music
>> > and
>> > e-mails. The backup utility will only give me two choices. 1) a full
>> > system
>> > backup or 2) a backup of the files mentioned above since the previous
>> > backup.
>> >
>> > How do I just get a complete backup of my documents, pictures, etc?
>>
>> Bob,
>
> Thanks for the reply. I need some further help though as I don't have the
> technical background to understand how to do what you wrote.
>
> Thanks