Search : in
By :

Backup files from one drive to another

Last answer on May 22, 2009 11:32:36 am BST Wayne, on Oct 8, 2008 11:57:33 am BST 
 Report this message to moderators

Hello,

I am trying to write a batch file that will let me backup folders on my Windows box to an external hard drive and have no idea how to write batch files. Any help will be greatly appreciated.

Thanks.
Configuration: Windows XP
Internet Explorer 6.0

Best answers for « Backup files from one drive to another » in :
Making a backup of your drivers using DriverMax Show Making a backup of your drivers using DriverMax Intro Download Intro This freeware will allow you to make a backup of your drivers easily,without any CD support. Download Can be downloaded from:http://www.drivermax.com/download.htm...
[Sed] Delete one or more lines from a file Show[Sed] Delete one or more lines from a file Removing one (or several) line (s) of a file Syntax: sed '{[/]||[/]}d' sed '{[/][,][/]d' /.../=delimiters n = line number...
VBA: How to know everything about the file folder ShowVBA: How to know everything about the file folder Preliminaries In module In sheet1 module Preliminaries Open a new workbook Add a module In module ' Declare variables for wizard. Public balloon1 As Balloon Public balloon2...
Backup/Restore Mysql database ShowBackup/Restore Mysql database Backup Restore your database Note A simple approach on how to backup and restore MySQL databases. Backup To save an existing database it is recommended that you create a dump. To dump all...
The file system ShowWhat is a file system? Even though hard drives can be very small, they still contain millions of bits and therefore need to be organised so that information can be located. This is the purpose of the file system. Remember that a hard drive is made...

1

xpcman, on Oct 8, 2008 10:24:43 pm BST
  • +5

Download SyncToy from microsoft (it's free) it will do what you want

Reply to xpcman

4

jack, on Feb 28, 2009 2:33:09 pm GMT

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

Reply to jack

2

Sidrah, on Dec 22, 2008 6:19:47 am GMT
  • +4

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

Reply to Sidrah

3

spiritlove_n@yahoo.com, on Dec 23, 2008 10:13:12 am GMT
  • +2

Hello,

Recently I have seen some CDs of 700mb (Windows XP 9 in 1, Windows 2003 Server 5 in 1... etc etc) which has DATA of aprox. 4GB.

If we see the property of CD it shows the SIZE around 700mb, But if we select all files in the CD and see property to find SIZE we can see the DATA size is around 4gb!

Also If we COPY the that CD using any CD Burner software (like Nero 7) we can copy the CD to another CD of 700mb.

How can we make 4GB of DATA to burn in a CD and What Softwares we need to use for that. Please guide. I have searched many places, Including this site, But did not get any help.
And i have lots of softwares want to keep in 1 CD's if i will knows about...
Impitiantly waiting

Reply to spiritlove_n@yahoo.com

5

 janebush08, on May 22, 2009 11:32:36 am BST
  • +1

Hi. I found good resource that may help you to solve the problem

Check it out here - http://free-tips-tricks.blogspot.com/2009/01/how-to-backup-w­indows-xp.html

Reply to janebush08