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

  1. echo off
  2. cls
  3. echo ***************************************
  4. echo *   Restore Church Database files     *
  5. echo *-------------------------------------*
  6. echo * Gets the database (.TBF files) and  *
  7. echo * .DAT files only from A: to C:       *
  8. echo * Data should have been saved with    *
  9. echo * the savedata program to work with   *
  10. echo * this restore program!!!!!!          *
  11. echo * Follow the directions on the screen *
  12. echo * or type Cntr-C to exit the program  *
  13. echo * back to DOS                         *
  14. echo ***************************************
  15. echo .
  16. restore a: c:
  17. erase c:*.idx
  18. echo ***************************************
  19. echo * All index files have been deleted!! *
  20. echo * They will be rebuilt as needed when *
  21. echo * each program is run.                *
  22. echo ***************************************
  23. echo on
  24.