;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; ; NAME: zbra54.CSD ; DATE: 4 JAN 85 ; ; ; NOTE: This submit file applies the above ZAP to the iRMX 86 ; Operating System object code. This submit file can be ; executed on an Intellec Series III, a Series IV or an ; iRMX 86 development system. ; ; The following parameter list (in order) must be used for ; the correct application of the ZAP. An example for ; Series III, Series IV and iRMX86 is included. ; ; ; APPLICATION: submit zbra54.CSD( %0, %1, %2, %3, %4, %5, %6 ) ; ; %0 = Pathname for the directory that contains your ; system commands (i.e., submit, copy, rename, delete). ; (ex: Series III = ":f0:", Series IV = ":system:", and ; iRMX 86 = "/system/") ; ; %1 = Pathname for the directory that contains your language ; utilities (i.e., ASM86, LINK86, LIB86). ; (ex: Series III = ":f0:", Series IV = ":lang:", and ; iRMX 86 = "/LANG/") ; ; %2 = Pathname for the directory that contains the contents ; of the iRMX 86 Update Package. ; (ex; Series III = ":f4:", Series IV = ":rmx86:update/", ; and iRMX 86 = "/rmx86/update/") ; ; %3 = Pathname for the directory that contains the iRMX 86 ; object code (e.g., nuc3.lib, xcmdrv.lib, eios.lib). ; (ex: Series III = ":f1:", Series IV = ":rmx86:ios/", ; and iRMX 86 = "/rmx86/ios/") ; ; %4 = 'RUN'. This parameter is only needed for ISIS Series ; III development systems. ; ; %5 = 'EXIT'. This parameter is only needed for ISIS Series ; III development systems. ; ; %6 = ';'. This parameter is only needed for Series III and ; Series IV development systems. ; ; ; ASSUMPTIONS: None. ; ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; %4 %1lib86 delete %3xcmdrv.lib(xprntr) add %2zbra54.rmd to %3xcmdrv.lib exit %5 ; This line is only applicable to iRMX 86 R6.0 development system users. %6permit %3xcmdrv.lib r u=world