$ $ ! DCL/Batch command file for building K11POS.TSK on $ ! RSTS/E 9.0 $ ! 17-Jan-85 13:11:54 $ $ set noon $ syslib = f$search("syslib.olb") $ if syslib .nes. "" then goto fiexits $ cop/rep/nolog lb:syslib.p21 sy:syslib.olb $ cop/rep/nolog lb:rmsres.stb sy: $ cop/rep/nolog lb:rmsres.tsk sy: $ cop/rep/nolog lb:vmlib.olb sy: $ cop/rep/nolog lb:rmsrlx.odl sy: $ cop/rep/nolog lb:rmsm21.olb sy:rmslib.olb $ ass sy: in $ ass sy: ob $ ass sy: lb $ tkb k11pos/mm/cp/pr:0,k11pos/-wi/cr=k11pos/mp reslib = lb:rmsres/ro units=10 asg=sy:6:7:8:9:10 gbldef=tiunit:0 ; since we use our own stack area we really don't need much ; at task build time stack=64 // $ del syslib.olb $ del vmlib.olb $ del rmsres.stb $ del rmsres.tsk $ del rmsrlx.odl $ del rmslib.olb $ exit $fiexits: $ write 0 "Syslib.olb exists already, job aborted" $ exit