This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
transformations:runprogram [2016/09/21 03:22] dmitry |
transformations:runprogram [2018/06/27 18:47] (current) dmitry |
||
---|---|---|---|
Line 18: | Line 18: | ||
The transformation allows defining its command line as a text or as a calculated expression. It is possible to insert [[:parameters]] into text. For instance: | The transformation allows defining its command line as a text or as a calculated expression. It is possible to insert [[:parameters]] into text. For instance: | ||
- | copy /Y {SourceFileName} {DestinationFileName} | + | copy /Y {SourceFileName} {DestinationFileName} |
The command line above is equivalent to the calculated expression below, but is easier to use. | The command line above is equivalent to the calculated expression below, but is easier to use. | ||
Line 28: | Line 28: | ||
===See also=== | ===See also=== | ||
- | [[http://easymorph.com/learn/reusable-projects.html|Tutorial:Reusable projects and mass operations with files]] | + | [[https://easymorph.com/learn/external-programs.html|Tutorial:Executing external programs]] |