home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / GV2-2.ZIP / ORIGKEY.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-01-15  |  184 b   |  10 lines

  1. echo off
  2. if not exist gvbak.key goto ERR
  3. copy gvbak.key gv.key
  4. goto DONE
  5. :ERR
  6. echo  
  7. echo The File GVBAK.KEY must be present to restore original key defintions.
  8. echo  
  9. :DONE
  10.