home *** CD-ROM | disk | FTP | other *** search
- @echo off
- If "%1"=="" goto nodrive
- @echo off
- cls
- :start
- data\menu1
- data\getnum
- If errorlevel 54 goto start
- If errorlevel 53 goto prog5
- If errorlevel 52 goto prog4
- If errorlevel 51 goto prog3
- If errorlevel 50 goto prog2
- If errorlevel 49 goto prog1
- If errorlevel 48 goto exit
- GOTO start
- :PROG1
- cls
- echo Elimination will be installed to %1:\ELIMIN directory
- echo and requires 700Kb of free disk space.
- echo[
- pause
- elimin %1:\elimin
- pause
- cls
- echo[
- echo Elimination setup will now attempt to run windows.
- echo If you come across a problem you can run the setup
- echo your self. This is done in the following way :-
- echo[
- echo 1) Start Windows
- echo 2) Select FILE from Program Manager
- echo 3) Select RUN
- echo 4) Enter the path %1:\ELIMIN\SETUP.EXE
- echo[
- pause
- %1:
- cd\elimin
- win setup.exe
- goto exit2
- :PROG2
- cls
- echo Betting Manager will be installed to %1:\BMDEMO directory
- echo and requires 1.2Mb of free disk space.
- echo[
- pause
- betting %1:\bmdemo
- pause
- cls
- echo Setup will now attempt to run Windows.
- echo[
- echo If you come across a problem or you want to run Betting Manager
- echo your self at a later date. This is done in the following way :-
- echo[
- echo 1) Start Windows
- echo 2) Select FILE from Program Manager
- echo 3) Select RUN
- echo 4) Enter the path %1:\BMDEMO\BMDEMO.EXE
- echo[
- PAUSE
- %1:
- cd\bmdemo
- win bmdemo.exe
- goto Exit2
- :PROG3
- cls
- echo Winjpeg will be installed to %1:\WINJPEG directory
- echo and requires 556Kb of free disk space.
- echo[
- echo Press any key to continue or
- echo Press Ctrl+C to quit
- pause>nul
- winpeg %1:\winjpeg
- pause
- cls
- echo Setup will now attempt to run Windows.
- echo[
- echo If you come across a problem or you want to run Winjpeg
- echo your self at a later date. This is done in the following way :-
- echo[
- echo 1) Start Windows
- echo 2) Select FILE from Program Manager
- echo 3) Select RUN
- echo 4) Enter the path %1:\WINJPEG\WINJPEG.EXE
- echo[
- PAUSE
- %1:
- cd\winjpeg
- win winjpeg.exe
- goto Exit2
- :PROG4
- cls
- echo[
- echo Quiz Machine will be instaled to %1:\quizm. It will
- echo require 350Kb of free disk space.
- pause
- quizm %1:\quizm
- pause
- cls
- echo Setup will now attempt to run Windows.
- echo[
- echo If you come across a problem or you want to run Quiz Machine
- echo your self at a later date. This is done in the following way :-
- echo[
- echo 1) Start Windows
- echo 2) Select FILE from Program Manager
- echo 3) Select RUN
- echo 4) Enter the path %1:\QUIZM\QUIZ.EXE
- echo[
- PAUSE
- %1:
- cd\quizm
- win quiz.exe
- goto exit2
- :PROG5
- cls
- echo[
- ECHO Cfiles will be installed into the %1:\CFiles directory
- ECHO and requires 10Kb of disk space.
- echo[
- echo Press any key to continue or
- echo Press Ctrl+C to quit
- pause>nul
- cfiles %1:\CFiles
- pause
- %1:
- cd\cfiles
- cls
- echo[
- echo The C Files are in this directory!!
- goto exit2
- :nodrive
- cls
- echo[
- echo You must enter the letter of you Hard Drive, to do this type :-
- echo[
- echo PCHOME C - Where C is your hard disk drive letter.
- goto exit2
- :exit
- CLS
- echo[
- echo Some programs on this disk will start Windows directly
- echo if you like these programs you can create a program group and icon.
- echo[
- echo Makeing the Group
- echo In windows, select FILE, NEW, GROUP, OK, enter MEGADISK in the
- echo dialogue box and then click OK.
- echo[
- echo Makeing the Group Item
- echo With the group you have just created displayed, select FILE
- echo NEW, ITEM, OK, enter a description when asked. Then complete the
- echo program details, or click BROWSE and click around until you find
- echo the file you are looking for then click OK.
- :Exit2
-