Backup files from one drive to another
Solved/Closed
Related:
- Backup files from one drive to another
- Xbox backup creator - Download - Backup and recovery
- Wd drive unlock - Guide
- Wii backup manager - Download - Backup and recovery
- Flash drive/card tester - Download - Backup and recovery
- Ps3 disc drive not working - Guide
3 responses
to backup ur files from one drive to another use XCOPY comand
for example,if u want to have a backup of all the files (residing in ABC folder and in D drive ) , into E drive
1.At first create a ABC folder in E drive
2. and then write the following syntax in notepad and save it with .bat extention to create a batch file
3. Rite click on it and run it...it will execute
XCOPY D:\abc\*.* E:\abc\ /C /S /D /Y /I
for example,if u want to have a backup of all the files (residing in ABC folder and in D drive ) , into E drive
1.At first create a ABC folder in E drive
2. and then write the following syntax in notepad and save it with .bat extention to create a batch file
3. Rite click on it and run it...it will execute
XCOPY D:\abc\*.* E:\abc\ /C /S /D /Y /I
download SyncToy from microsoft (it's free) it will do what you want
hello mate take it u know alot about computers
i got this problem with my laptop my hard drive has given up completely and I was sent another one from hp
but they never sent me a disk like vista or xp but I need vista because thats wat my other hard drive had on it.
my nan has exactly the same laptop as me and I need it back up and running so if u can give me some free advice how to strike it that would be great thanks email me thanks
i got this problem with my laptop my hard drive has given up completely and I was sent another one from hp
but they never sent me a disk like vista or xp but I need vista because thats wat my other hard drive had on it.
my nan has exactly the same laptop as me and I need it back up and running so if u can give me some free advice how to strike it that would be great thanks email me thanks
is it possible to use dates in batch files... to be more precise...
i have a scheduled job runing a batch file copying certain files from my pc to an external drive to run an hour before midnight... the batch file copies all the files every time it runs...
is it possible to set a date like "currentdate" or "getdate" so the batch copies only files created or modified during that day and leave old files be...
thanks
i have a scheduled job runing a batch file copying certain files from my pc to an external drive to run an hour before midnight... the batch file copies all the files every time it runs...
is it possible to set a date like "currentdate" or "getdate" so the batch copies only files created or modified during that day and leave old files be...
thanks
Jun 23, 2010 at 08:06 AM
Sep 5, 2010 at 01:37 PM
Oct 10, 2010 at 08:16 AM