[help]How to use [data=copy] in qde's system builder?

From the “sample buildfile” of chapter “building embedded systems” , it’s known that if want to run executables more than once should specify the [data=copy] attribute for those executables. While I couldn’t find where to add this attribute in qde’s system builder perspective, please help!

Thanks a lot!

In the .bld editor, click on the file you wish to set the attributes for, then click on the properties tab (or open a properties view if it isn’t open). Under the Memory section of the properties are 2 fields “Code Segment” and “Data Segment”, you can pull-down a menu to select either “use in place” or “copy”.

You’re so kind to help me so quickly.
Many thanks again!