Differences
This shows you the differences between the selected revisions of the page.
| 2016-02-04 | 2016-03-02 | ||
| hashtable style sessionoptions initilization (martin) | exit the batch file only (martin) | ||
| Line 88: | Line 88: | ||
| echo Upload succeeded, moving local files | echo Upload succeeded, moving local files | ||
| move *.* c:\backup\ | move *.* c:\backup\ | ||
| - | exit 0 | + | exit /b 0 |
| :error | :error | ||
| echo Upload failed, keeping local files | echo Upload failed, keeping local files | ||
| - | exit 1 | + | exit /b 1 |
| </code> | </code> | ||