.; .MODULE VERIFY,VERSION=17,COMMENT= .; .DISABLE PREFIX,SUFFIX .ENABLE GLOBAL,QUIET .IF EQ "DZ" .OR .IF EQ "DX" .GOTO BADSY .IF EQ "PD" .OR .IF EQ "DT" .GOTO BADSY .IF EQ "DD" .GOTO BADSY .SETS $OTHER +"''"+":" .TESTFILE SY:IVP.COM .IF NE .GOTO NEDIVP .TESTFILE SY:IVP.MAC .IF NE .GOTO NEDIVP .TESTFILE SY:V5NOTE.TXT .IF NE .GOTO NEDIVP @SY:IVP.COM/Q .EXIT .BADSY: ; ; The installation verification program can not be run from ; this media or configuration. .EXIT .NEDIVP: ; The installation verification requires that IVP.COM, ; IVP.MAC, and V5NOTE.TXT are on your system disk. ; Please ensure that these files are present before ; re-starting this procedure. .EXIT