Create File From Template
The Create File From Template command creates a file from a text template.
Template
Specify the template from which you want to create the file. When writing to a file, all variables in the template will be replaced with their current values. You can store the template as a file. In this case, specify the path to the template file in angle brackets.
1User: #user# 2Group: #usergroup# 3Status: #status#
Output file
Specify the full or relative path to the file you want to create. If the file exists, it will be overwritten.