Differences
This shows you the differences between the selected revisions of the page.
| 2014-09-11 | 2014-09-18 | ||
| in-page anchored links without page name (martin) | exit code of a batch file (martin) | ||
| Line 127: | Line 127: | ||
| echo Success | echo Success | ||
| sendmail.exe -t < success_mail.txt | sendmail.exe -t < success_mail.txt | ||
| - | goto end | + | exit 0 |
| :error | :error | ||
| echo Error! | echo Error! | ||
| sendmail.exe -t < error_mail.txt | sendmail.exe -t < error_mail.txt | ||
| - | + | exit 1 | |
| - | :end | + | |
| </code> | </code> | ||