Differences
This shows you the differences between the selected revisions of the page.
| 2014-10-01 | 2014-11-24 | ||
| before starting section (martin) | improving testing for errorlevel (martin) | ||
| Line 129: | Line 129: | ||
| <code batch> | <code batch> | ||
| winscp.com /script=example.txt | winscp.com /script=example.txt | ||
| - | if errorlevel 1 goto error | + | if %ERRORLEVEL% neq 0 goto error |
| echo Success | echo Success | ||