home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- rem FaceLift V.1.2 Installation for Windows 2.xx - Part 2
- rem =====================================================
- rem Written by Gerald Lukas - GCA mbh, D-7149 Freiberg/N. (FRG)
- if .%2==. goto NOPARMS
- if not .%4==. goto NOPARMS
- set x=15 14 13 12 11 10 9 8 7 6 5 4 3 2 1
- if .%2==.15 goto DISKNUMBERSET
- set x=14 13 12 11 10 9 8 7 6 5 4 3 2 1
- if .%2==.14 goto DISKNUMBERSET
- set x=13 12 11 10 9 8 7 6 5 4 3 2 1
- if .%2==.13 goto DISKNUMBERSET
- set x=12 11 10 9 8 7 6 5 4 3 2 1
- if .%2==.12 goto DISKNUMBERSET
- set x=11 10 9 8 7 6 5 4 3 2 1
- if .%2==.11 goto DISKNUMBERSET
- set x=10 9 8 7 6 5 4 3 2 1
- if .%2==.10 goto DISKNUMBERSET
- set x=9 8 7 6 5 4 3 2 1
- if .%2==.9 goto DISKNUMBERSET
- set x=8 7 6 5 4 3 2 1
- if .%2==.8 goto DISKNUMBERSET
- set x=7 6 5 4 3 2 1
- if .%2==.7 goto DISKNUMBERSET
- set x=6 5 4 3 2 1
- if .%2==.6 goto DISKNUMBERSET
- set x=5 4 3 2 1
- if .%2==.5 goto DISKNUMBERSET
- set x=4 3 2 1
- if .%2==.4 goto DISKNUMBERSET
- set x=3 2 1
- if .%2==.3 goto DISKNUMBERSET
- set x=2 1
- if .%2==.2 goto DISKNUMBERSET
- set x=1
- if .%2==.1 goto DISKNUMBERSET
- echo FaceLift Installation Error:
- echo ----------------------------
- echo.
- echo The number of disks you want to use must be between 1 and 15.
- echo Please start this program again and enter a valid number!
- echo.
- echo If you don't know how to do this enter "FLMENU" !
- goto END
-
- :NOPARMS
- echo FaceLift V.1.2 Installation Error :
- echo -----------------------------------
- echo.
- echo You have not entered three parameters.
- echo Please start this program again and enter all parameters!
- echo.
- echo If you don't know how to do this enter "FLMENU" !
- goto END
-
- :DISKNUMBERSET
- echo FaceLift V.1.2 Installation for Windows 2.x
- echo -------------------------------------------
- echo.
- echo You decided to install Windows with display driver number %3.
- echo The %2 disks you want to use will be inserted in drive %1 and
- echo Windows will be installed in the currently selected directory,
- echo which is
- echo.
- cd
- echo.
- echo If this is not what you want to do, please press Ctrl + Break!
- echo.
- echo Any other key will start the installation.
- echo.
- pause
-
- set Y=%1
- find "(%3)" <fldriver.lst >flcheck.bat
- copy flcopy.bat (%3).bat
- command /e:1228 /c flcheck
-
- if exist %1SETUP.EXE goto WINDISKOK
- if exist %1SETUP.INF goto WINDISKOK
- cls
- echo FaceLift Installation Error:
- echo ----------------------------
- echo.
- echo Maybe you selected a display driver which does not exist, or you
- echo forgot the ":" after the disk drive, or something else went wrong.
- echo In either case the installation is aborted without installing
- echo FaceLift. Please try it again.
- goto END
-
- :WINDISKOK
- cls
- echo FaceLift V.1.2 Installation for Windows 2.xx
- echo --------------------------------------------
- echo.
- echo Now FaceLift installs Windows 2.xx. During the procedure it
- echo installs a modified version of the display driver you selected
- echo in the previous list. The modified display driver is called
- echo "WIN2 Screen Driver Interface V 1.2".
- echo.
- echo As you continue, answer the Windows Setup prompts carefully :
- echo.
- echo 1. Choose your current directory as the Windows directory.
- echo 2. If SETUP prompts you, choose the option to change the display driver,
- echo even if the driver appears to be correct.
- echo 3. Choose "Other.." from the end of the list of available drivers.
- echo 4. When SETUP prompts you for the drive where the new driver is stored,
- echo type in the drive letter of your hard disk (For example, C:).
- echo 5. Choose the display driver "WIN2 Screen Driver Interface V 1.2"
- if not exist \printer.lst goto NOPRINTER
- echo 6. The same procedure (as described in 3 .. 5) is to be done for
- echo installing the direct printer driver.
- :NOPRINTER
- echo.
- echo Answer all other Windows Setup prompts as you would for a normal setup.
- echo If you press any key, SETUP will be started.
- pause
- cls
- echo Installation is in progress, please wait ...
- %1
- setup
-
- if not exist FL.BAT goto WINSETUPABORTED
- cls
- echo Installation is in progress, please wait ...
- set X=
- set Y=
- command /e:1228 /c flcheck
- del (%3).bat
- del flcopy.bat
- del flcheck.bat
- cls
- echo FaceLift V.1.2 Installation for Windows 2.x
- echo -------------------------------------------
- echo.
- echo Next, Windows will be started, and the Bitstream Typefaces will be
- echo added. Please follow the dialogs on your screen.
- echo.
- echo After you finish installing FaceLift and Windows,
- echo use the Windows Control Panel (CONTROL.EXE) to remove three of
- echo the Windows standard fonts:
- echo.
- echo - Roman
- echo - Script
- echo - Modern
- echo.
- echo (Select "Delete Fonts..." from the Installation pull-down menu in
- echo the Windows Control Panel to remove the fonts.)
- echo.
- echo Exit and restart Windows so that the change can take effect.
- echo.
- pause
- if not exist WIN.COM goto WIN386
- win FACELIFT
- goto END
- :WIN386
- win86 FACELIFT
- goto END
-
- :WINSETUPABORTED
- cls
- echo The installation process has terminated.
- echo.
- echo Microsoft Windows and FaceLift are not installed.
- echo.
- pause
-
- :END