Differences
This shows you the differences between the selected revisions of the page.
2022-11-01 | 2022-11-01 | ||
explicitly mention execution as per https://superuser.com/q/1750031/213663 (martin) | syntax (martin) | ||
Line 13: | Line 13: | ||
All metadata are prefixed with ''@'', followed by a metadata key, space(s) or tab(s), and a value. | All metadata are prefixed with ''@'', followed by a metadata key, space(s) or tab(s), and a value. | ||
- | The metadata line have to start with the ''@'', optionally escaped with some recognized "single-line comments" syntax. The recognized comment syntaxes are ''rem'' (Windows batch file), ''#'' (e.g. WinSCP script, PowerShell, %%Perl%%, Python), ''%%//%%'' (e.g. JavaScript), ''%%'%%'' (VBScript). A metadata line can continue on following line(s) by using `''^'' at the end of the line. The following line(s) can also be escaped with a comment syntax, the same way as the first line. | + | The metadata line have to start with the ''@'', optionally escaped with some recognized "single-line comments" syntax. The recognized comment syntaxes are ''rem'' (Windows batch file), ''#'' (e.g. WinSCP script, PowerShell, %%Perl%%, Python), ''%%//%%'' (e.g. JavaScript), ''%%'%%'' (VBScript). A metadata line can continue on following line(s) by using ''^'' at the end of the line. The following line(s) can also be escaped with a comment syntax, the same way as the first line. |
The recognized metadata keys are: | The recognized metadata keys are: |