; ; AVFBLD.CMD -- Task Build Command file for AVF Utility ; ; Created on 07-SEP-88 at 13:35:31 ; AVF/PR/CP/-IP/-FP,AVF/SH/-SP=AVF,AVFERR,AVFHRC LB:[3,54]RSXVEC.STB/SS LB:[1,1]EXELIB.OLB/LB VFDRV.STB/SS / STACK=64 UNITS=4 ASG=TI:1:2 ASG=SY:3:4 TASK=...AVF PRI=70 LIBR=FCSRES:RO ; ; The default file protection for container files created by AVF ; is [RW,RW,RW,]; that is, System, Owner, and Group have read and write ; privileges. This can be changed by enabling the following GBLDEF option ; and specifying your preferred protection in binary. Recall that binary ; protection is specified as: ; ; [System, Owner, Group, World] ; ; with each being specified as a four bit mask in the order DEWR ("D" being ; most significant). A "1" denies protection while "0" allows it. ; ;GBLDEF=DEFPRO:176314 ; File protection [RW,RW,RW,] ; //