home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / SILPHEED / SILP.BAT < prev    next >
DOS Batch File  |  1989-04-19  |  395b  |  22 lines

  1. echo off
  2. cls
  3. if exist s.exe goto ok
  4. echo .
  5. echo Unable to find S.EXE to perform patch,
  6. echo must be in the current directory.
  7. echo .
  8. goto end
  9. :ok
  10. ren s.exe s.pat
  11. debug < silp.dat
  12. ren s.pat s.exe
  13. cls
  14. echo .
  15. echo                       SILPHEED
  16. echo can now be run by just pressing [Enter] at the startup check.
  17. echo .
  18. echo                      Scumbucket!
  19. echo .
  20. :end
  21. echo on
  22.