when you?re posting a thread it?s good to mention which phone model you have in order to get help.
And yes, it?s possible to do what your asking for...BUT, it depends on what phone model you have.
First you need to create a .bat file for launching the backup. You could maybe use other ways but this way I think is the most simple one:
Here an example of a backup script:
@echo off
:: variables
set drive=E:\Backup
echo ### Backing up My Documents...
%backupcmd% "%USERPROFILE%\My Documents" "%drive%\My Documents"
echo Backup Complete!
@pause
If you have an S60 device which support Mass Storage you can quite easily create a folder on your PC desktop which contains a copy of all files you want to have with you.
After that, connect your phone and select USB mass storage mode, and then double click on the .bat file in order to copy all content from the My Documents folder to the memory card in the phone.
Simple huh?!
__________________
Visit my S60 blog at http://s60.blogg.se