PS_XGA.BAT
From
Louis Ohland@21:1/5 to
All on Tue Jan 14 13:50:01 2025
Thinking about things. This batch files seems to back-up Cornerstone
files before replacing them with the MS files?
@echo off
rem $Header: G:\dev\ia\win31\misc\ps_xga.bav 2.0 22 Feb 1994
12:00:44 JOEY $
rem $Log: G:\dev\ia\win31\misc\ps_xga.bav $
rem -|
rem -| Rev 2.0 22 Feb 1994 12:00:44 JOEY
rem -| Initial revision.
rem
rem Copyright (C) 1994 by Cornerstone Imaging, Inc.
rem
cls
echo.
echo ImageAccel XGA Driver Utility for IBM PS/2 with XGA
echo.
echo +-----------------------------------------------------------------+
echo CAUTION:
echo o This program assumes you've completed the steps below,
echo.
echo o If your Windows directory is NOT named \WINDOWS,
echo please EDIT this batch file, and change references
echo to \WINDOWS below to your directory name for Windows.
echo +-----------------------------------------------------------------+
echo.
echo 1. Run Windows SETUP from DOS - install the XGA drivers
echo from the IBM PS/2 XGA Device Driver diskette supplied
echo with your PS/2.
echo.
echo 2. Run Windows 3.1 SETUP from DOS again, this time using
echo the Windwos 3.1 Display Driver for ImageAccel diskette.
echo.
echo If you've completed these two steps, press a key to continue,
echo otherwise, Press CTRL+BREAK to halt.
pause
echo Backing-up ImageAccel drivers...
copy \windows\system\vddia.386 vddia386.bak
copy \windows\system\ia.3gr ia3gr.bak
copy \windows\system\ia.2gr ia2gr.bak
echo ImageAccel driver backup complete...
echo.
echo Renaming XGA drivers...
copy \windows\system\xgavd202.386 \windows\system\vddia.386
copy \windows\system\xgavd210.386 \windows\system\vddia.386
copy \windows\system\xga.3gr \windows\system\ia.3gr
copy \windows\system\vgacolor.2gr \windows\system\ia.2gr
echo XGA drivers renamed for use with ImageAccel...
echo.
echo READY TO RUN WINDOWS 3.1.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)