home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo -----------------------------------------------------------------------
- echo MENU V
- echo -----------------------------------------------------------------------
- echo.
- echo Please choose one of the following files to decompress onto your hard
- echo drive:
- echo.
- echo 1 - Scripture Quest 2 - Bible Study
- echo 3 - Bible Study Files 4 - Koran
- echo 5 - Samfinder 6 - Bible Chapters
- echo 7 - Bible Chapters
- echo.
- echo They will be placed in a directory called WAREZ, delete this to remove
- echo the files and utilities.
- echo.
- choice /c:1234567 /n Choose option:
- if errorlevel 7 pkunzip 7.zip c:\warez\bichap -d
- if errorlevel 6 pkunzip 6.zip c:\warez\bichap -d
- if errorlevel 5 pkunzip 5.zip c:\warez\samfind -d
- if errorlevel 4 pkunzip 4.zip c:\warez\koran -d
- if errorlevel 3 pkunzip 3.zip c:\warez\bibstu -d
- if errorlevel 2 pkunzip 2.zip c:\warez\bibstu -d
- if errorlevel 1 pkunzip 1.zip c:\warez\script -d
- pause
- cd\
- cd menus
- main
-
-