Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 938 Bytes

File metadata and controls

35 lines (23 loc) · 938 Bytes

Script [Process] Section

This sections contains the main logic of the script.

Commands placed in this section will be executed during a project build or when the Run button on the scripts Graphical User Interface is pressed.

This documentation refers to the Process section located within the .script files. For documentation relating to the Process section for script.project refer to Project Process.

Remarks

None.

Related

Project Main, Project Process, Project Variables, Script Interface, Script Main, Script Variables

Examples

Example 1

[Main]
Title=My App Script
Description=Adds myApp the the project.
Author=Homes32
Credits=Thanks to ied206 for creating PEBakery!
Selected=True
Level=5
Version=1

[Variables]

[Process]
Message,"Hello World!"