Creating A Batch File

  • Thread starter Thread starter Rolling Rock 33
  • Start date Start date
R

Rolling Rock 33

Is there a way to create a batch file (for lack of a better term) that will
copy the contents on an entire folder in Windows explorer to a floppy, zip
disk, CD, USB Drive, etc ? I have a friend who wants to backup his files,
but he is not too computer literate, and I want to make things as easy as I
can for him. Any ideas?

Thanks for the input.
 
You could make a batch file with the following in it:

xcopy "%1" "%2" /S /C

if the batch file is named backup.bat, use it as follows

backup source_folder destination_device\folder

example:
backup c:\mystuff e:\monday_backup



It's simple, and assumes the destination is large enough for the material
copied.

--
Bringing you BeadWizard Design Software
www.beadwizard.com
***************************
Practice safe eating -- always use condiments.
***************************

Is there a way to create a batch file (for lack of a better term) that will
copy the contents on an entire folder in Windows explorer to a floppy, zip
disk, CD, USB Drive, etc ? I have a friend who wants to backup his files,
but he is not too computer literate, and I want to make things as easy as I
can for him. Any ideas?

Thanks for the input.
 
Is there a way to create a batch file (for lack of a better term) that will
copy the contents on an entire folder in Windows explorer to a floppy, zip
disk, CD, USB Drive, etc ? I have a friend who wants to backup his files,
but he is not too computer literate, and I want to make things as easy as I
can for him. Any ideas?


Get a copy of the free program "My Own Backup"

```````````````````````````````````````````````````````````````````

My Own Backup is the easy and powerful backup program with features
like: Compress Backups with Zip, Diskspan, Backup Multiple Sets at the
same time, AutoSave Backup Sets, Backup History, Command Line Support
and much more...

If you have been looking for a fast, easy to use yet powerful backup
program for all those backups of your important data that you know you
should do, but never get around to. Look no further! MOB v2 will let
you do your backups by either copying all of the data, or zip it onto
almost any type of media. Works with Zip & Jaz Drives, CD-RW, Hard
Drives or even Floppy Disks using the Diskspan option. Crammed with
powerful options, yet still extremely easy to use. Once you create and
save your set you will never be more than two click away from a
backup. There is even a Run Multiple option to make all of your
backups in just one go.

```````````````````````````````````````````````````````````````````

Easy to use. Just select folders to backup and the destination.

Use one fo these links:-

http://vipmeister.com/dl/myownbackup/myownbackup.html

http://www.freedownloadscenter.com/Utilities/Backup_and_Copy_Utilities/My_Own_Backup.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top