Differences
This shows you the differences between the selected revisions of the page.
| 2016-02-27 | 2016-03-02 | ||
| https (martin) | exit the batch file only (martin) | ||
| Line 39: | Line 39: | ||
| echo File %REMOTE_PATH% exists | echo File %REMOTE_PATH% exists | ||
| rem Do something | rem Do something | ||
| - | exit 0 | + | exit /b 0 |
| :error | :error | ||
| echo Error or file %REMOTE_PATH% not exists | echo Error or file %REMOTE_PATH% not exists | ||
| - | exit 1 | + | exit /b 1 |
| </code> | </code> | ||