home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / ls2_new.zip / LSL2.BAT next >
DOS Batch File  |  1988-12-26  |  435b  |  21 lines

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