Welcome

command
To backup the documents for your user account:
 
XCOPY C:\Users\[your_username] [destination] /S
Where [destination] specifies where you'd like them copied, F:\backup for example.
and to create folder name ex. u want to create folder in drive d: for your files just type d: in cmd and then md backup  backup is your foldername you can change it what name u want.

Comments