When you import multiple resources using the LBYPROC utility, you can include asterisks (*) as wildcards when defining the file name and extension. So instead of having to perform this task for each resource type, such as BDF, GRP, and FOR, you can include a wildcard and perform the task once.
Here is an example of an Add script that includes wildcards:
<LBYSCRIPT>
<ADD>
<LIBRARY VALUE="DEFLIB\MASTER.LBY"/>
<FILENAME VALUE=".\lbyproc\addtest\forms\*.fap"/>
<NAME VALUE=""/>
<DESC VALUE="Added this resource using LBYPROC"/>
<TYPE VALUE="FAP"/>
<EFFDATE VALUE="20110101"/>
<VERSION VALUE=""/>
<REVISION VALUE=""/>
<MODE VALUE="MODE-ADDED-VIA-LBYPROC"/>
<STATUS VALUE="STATUS-ADDED-VIA-LBYPROC"/>
<CLASS VALUE="CLASS-ADDED-VIA-LBYPROC"/>
<PROJECT VALUE="PROJECT-ADDED-VIA-LBYPROC"/>
</ADD>
</LBYSCRIPT>
© Copyright 2013, Oracle and/or its affiliates. All rights reserved. Legal notices.