home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / BBSONLIN / LEECH41C.ZIP / LCHINSTA.BAT < prev    next >
DOS Batch File  |  1989-10-07  |  464b  |  17 lines

  1. echo off
  2. cls
  3. echo Leech! Installation Program
  4. echo by the Impostor
  5. echo ---------------------------
  6. echo If you are in your WWIV directory, hit ENTER now
  7. echo Otherwise, hit Ctrl-C and then 'N'
  8. echo If you are not in the WWIV directory, after you
  9. echo exit from here, move ALL "Leech!" files into
  10. echo your WWIV directory.  Then rerun this program.
  11. pause
  12. md chains
  13. md chains\lch
  14. copy *.lch chains\lch\*.lch
  15. del *.lch
  16. echo Leech! install complete!
  17.