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 >
Wrap
DOS Batch File
|
1989-10-07
|
464b
|
17 lines
echo off
cls
echo Leech! Installation Program
echo by the Impostor
echo ---------------------------
echo If you are in your WWIV directory, hit ENTER now
echo Otherwise, hit Ctrl-C and then 'N'
echo If you are not in the WWIV directory, after you
echo exit from here, move ALL "Leech!" files into
echo your WWIV directory. Then rerun this program.
pause
md chains
md chains\lch
copy *.lch chains\lch\*.lch
del *.lch
echo Leech! install complete!