home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / BGUNP / PATCH.BAT < prev    next >
DOS Batch File  |  1989-12-09  |  342b  |  15 lines

  1. @echo off
  2. cls
  3. echo 
  4. echo 
  5. echo Patch To Remove Copy Protection From Bar Games . . .
  6. pause
  7. ren bg.exe bg.org
  8. ren bg001.dat bg001.org
  9. ldiff bg
  10. ldiff bgb
  11. echo .
  12. echo Patch Complete. Your original files 'BG.EXE and BG001.DAT' have been
  13. echo renamed to 'BG.ORG and BG001.ORG', respectively.
  14. echo .
  15. echo Type 'BG' to start program.