home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo FaceLift V.1.0 Installation for Windows 2.xx
- echo --------------------------------------------
- rem Written by Gerald Lukas - GCA mbh, D-7149 Freiberg/N. (FRG)
- echo.
- echo Welcome to the FaceLift installation program.
- echo.
- echo The installation program installs FaceLift and Windows 2.x together
- echo in the current directory of your hard disk.
- echo The current directory should be a new, empty directory.
- echo.
- echo If you need more information
- echo.
- echo 1. Press CTRL+BREAK to exit this program.
- echo 2. Print the INSTALL.TXT file from the FaceLift disk.
- echo 3. When you are ready, start the FaceLift installation program again.
- echo.
- echo.
- echo The new FaceLift-modified version of Windows will be installed in
- echo.
- cd
- echo.
- echo Press any key to continue. Or press CTRL+BREAK to exit the program.
- pause
-
- :START
- cls
- echo Installation is in progress, please wait ...
- set x=***********************************
- if not %x%==*********************************** goto NOMEMORY
- set x=
- set x=FIND.COM or FIND.EXE
- if not exist FLCHECK.BAT goto ONE
- del flcheck.bat >nul
- :ONE
- echo>flcheck.tmp
- find "echo" <flcheck.tmp >flcheck.bat
- if not exist flcheck.bat goto MSDOS_ERROR
-
- set x=MORE.COM or MORE.EXE
- del flcheck.bat >nul
- more <flcheck.tmp >flcheck.bat
- if not exist flcheck.bat goto MSDOS_ERROR
-
- set x=COMMAND.COM
- echo>flcheck.tmp
- echo>flcheck.bat del flcheck.tmp
- command /c flcheck
- cls
- echo Installation is in progress, please wait ...
- if exist flcheck.tmp goto MSDOS_ERROR
- del flcheck.bat >nul
-
- if exist FLDRIVER.LST goto TWO
- if .%1==. goto NODISKDRIVE
- if not exist %1INSTALL.EXE goto WRONGDISK
- if not exist %1FLDRIVER.PCK goto WRONGDISK
- %1INSTALL %1FLDRIVER.PCK >nul
-
- :TWO
- if exist FLCOPY.BAT goto THREE
- if .%1==. goto NODISKDRIVE
- if not exist %1INSTALL.EXE goto WRONGDISK
- if not exist %1FLCOPY.PCK goto WRONGDISK
- %1INSTALL %1FLCOPY.PCK >nul
-
- :THREE
- if exist FL.BAT goto FOUR
- if .%1==. goto NODISKDRIVE
- if not exist %1INSTALL.EXE goto WRONGDISK
- if not exist %1FLINST.PCK goto WRONGDISK
- %1INSTALL %1FLINST.PCK >nul
-
- :FOUR
- cls
- echo FaceLift V.1.0 Installation for Windows 2.x
- echo --------------------------------------------
- echo.
- echo Next, the installation program will show you a list of Windows 2.x
- echo display drivers. Entries, or group of entries, in the list are
- echo followed by an arrow and a number. For example,
- echo.
- echo --------------------------------------------------------
- echo Hercules Adapter with High-Resolution Monochrome Display --) 2
- echo --------------------------------------------------------
- echo.
- echo MAKE A NOTE OF THE NUMBER of the driver you want to select.
- echo Don't try to enter this number right away. Just remember it.
- echo.
- echo (If your driver is not in the list, press CTRL+BREAK. Then modify
- echo the file FLDRIVER.LST, which contains the driver list. Open
- echo FLDRIVER.LST with any text editor, and read the instructions)
- echo.
- pause
- cls
- find "--" <fldriver.lst |more
- pause
- cls
- echo FaceLift V.1.0 Installation for Windows 2.x
- echo --------------------------------------------
- echo.
- echo At the DOS prompt enter the following FaceLift command :
- echo.
- echo FL x: y z [Enter]
- echo where x: is your diskette drive
- echo y is the number of Windows 2.x Setup disks you have.
- echo (If you use a driver supplied by the manufacturer
- echo of your display, "y" must equal the number of Windows
- echo disks PLUS the one manufacturer supplied driver disk)
- echo z is the number you noted for your Windows display driver.
- echo.
- echo FOR EXAMPLE, if you use drive A:, have 4 Windows 2.x disks, and
- echo use the Windows driver for a Hercules monochrome high resolution
- echo graphics adapter, type
- echo.
- echo FL A: 4 2 [Enter]
- echo.
- echo (To see the display driver menu again, type : FLMENU [Enter])
- echo.
- goto END
-
-
-
-
- :MSDOS_ERROR
- cls
- echo FaceLift V.1.0 Installation Error :
- echo -----------------------------------
- echo.
- echo %x% is not present!
- echo.
- echo This file is part of MSDOS and must be available for installation
- echo of FaceLift. It must be in the search path.
- echo Please make it available and start installation again!
- echo.
- goto END
-
- :NODISKDRIVE
- cls
- echo FaceLift V.1.0 Installation Error :
- echo -----------------------------------
- echo.
- echo When calling FLMENU the first time, you have to enter the disk drive
- echo containing the FaceLift Installation Disk as a parameter.
- echo.
- echo For example:
- echo.
- echo FLMENU A:
- echo.
- echo Please restart !
- echo.
- goto END
-
- :WRONGDISK
- cls
- echo FaceLift V.1.0 Installation Error :
- echo -----------------------------------
- echo.
- echo Diskdrive %1 should contain the FaceLift Installation Disk.
- echo.
- echo Please insert this disk and start again!
- echo.
- goto END
-
- :NOMEMORY
- cls
- echo FaceLift V.1.0 Installation Error :
- echo -----------------------------------
- echo.
- echo There is not enough memory available to run the FaceLift installation
- echo program. To make additional memory available on your system
- echo.
- echo 1. Backup your CONFIG.SYS file
- echo 2. Add the followig line to the CONFIG.SYS file
- echo SHELL=C:\COMMAND.COM C:\ /P /E:2048
- echo 3. Reboot your computer and start FaceLift installation again.
- echo.
- echo If there is still not enough memory,
- echo.
- echo 1. Backup your AUTOEXEC.BAT file.
- echo 2. Edit AUTOEXEC.BAT and remove any SET commands (or "turn them off"
- echo by inserting the characters REM (followed by a space) before the
- echo SET commands). Reduce the number of directories that appear after
- echo PATH=
- echo 3. Reboot your computer and start FaceLift installation again.
- echo.
-
- :END
-
-
-