**********************************************************************************
 Worspace on Demand SciTech Display Doctor Special Edition Video driver installer
 Developer: Robert Marcano (robmv@promca.com)
 http://www.promca.com
**********************************************************************************

This script install the SciTech Display Doctor Special Edition 7.02 in a Workspace on Demand 2.0 OS (BB20.US...)

This updates the files located in \IBMLAN\RPL\<OS>\OS2 tree, so we recommend to make a backup of these files.

The only thing that the user must do manually is to update the file:
	\IBMLAN\RPL\MACHINES\<OS>\MCLASS.RSP
in order to add the following entries:

1.- add to "MC_VIDEO_TYPE" a new entry "SubfeatureID=MC_VIDEO_TYPE_XX" where XX is a number not already defined (we recomend to use the next available).

2.- next add the entry next to the entry named 'MC_VIDEO_TYPE_YY' where YY = XX - 1.
MC_VIDEO_TYPE_XX=(
        ObjectTitle[0]=Scitech Display Doctor Special Edition
        Mode=User
        PackageTitle=MC VIDEO_TYPE Install
        Variable=(
                Name=VideoDir
                Description=Name of directory under VIDEO
                Value=SDDSE
        )
        UserExits=(
                CallTime=4
                ExitType=1
                FilePath=XCOPY.EXE
                ExitData={RplDir}\MACHINES\{OsVersion}\VIDEO\{VideoDir}\*.* {MachineClassPath} /S
        )
        UserExits=(
                CallTime=4
                ExitType=2
                FilePath=RENAME
                ExitData={MachineClassPath}\{VideoDir}.* {MachineClass}.*
        )
        UserExits=(
                CallTime=4
                ExitType=1
                FilePath={RplDir}\{OsVersion}\OS2\NCRPLCFG.EXE
                ExitData=/SD={RplDrive}\ /SW={OsVersion} /MC={MachineClass}.MC
        )
        UserExits=(
                CallTime=4
                ExitType=1
                FilePath={RplDir}\{OsVersion}\OS2\MAKEINI.EXE
                ExitData={MachineClassPath}\OS2\OS2.INI {MachineClassPath}\OS2\INI.RC
        )
        UserExits=(
                CallTime=4
                ExitType=1
                FilePath={RplDir}\{OsVersion}\OS2\MAKEINI.EXE
                ExitData={MachineClassPath}\OS2\OS2SYS.INI {MachineClassPath}\OS2\INISYS.RC
        )
        AsciiFile=(
                FileName={MachineClassPath}\{MachineClass}.FIT
                EditLine=RPLSERVR
                SearchLine=RPLSERVR
                NewLine={ServerName}
                Action=1
                EditLineOcc=2
                SrcLineOcc=2
                SearchNotFound=8
        )
        MediaSetIndex=-1
)


Any questions can be requested to my address robmv@promca.com

Note: English is not my native language, so excuse me for any spelling or gramatical error