home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / openall / hschv2.lzh / SAVEDATA.BAT < prev    next >
DOS Batch File  |  1988-04-21  |  432b  |  14 lines

  1. echo off
  2. cls
  3. echo ***************************************
  4. echo *     Save Church Database files      *
  5. echo *-------------------------------------*
  6. echo * Saves the .TBF files only to A:     *
  7. echo * Follow the directions on the screen *
  8. echo * or type Cntr-C to exit the program  *
  9. echo * back to DOS                         *
  10. echo ***************************************
  11. echo .
  12. backup c:*.tbf a:
  13. backup c:*.dat a: /a
  14.