home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
openall
/
hschv2.lzh
/
GETDATA.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-04-21
|
844b
|
24 lines
echo off
cls
echo ***************************************
echo * Restore Church Database files *
echo *-------------------------------------*
echo * Gets the database (.TBF files) and *
echo * .DAT files only from A: to C: *
echo * Data should have been saved with *
echo * the savedata program to work with *
echo * this restore program!!!!!! *
echo * Follow the directions on the screen *
echo * or type Cntr-C to exit the program *
echo * back to DOS *
echo ***************************************
echo .
restore a: c:
erase c:*.idx
echo ***************************************
echo * All index files have been deleted!! *
echo * They will be rebuilt as needed when *
echo * each program is run. *
echo ***************************************
echo on