Hello,
I use a batch file to make a backup.
Well SyncBackPro seems to generate an exit code and it is code 0 for if the backup is good.
Which command line do I use to check that the backup went well and if it went wrong that it displays an error message on the screen?
What does that look like?
Before posting, and to avoid disappointment, please read the following:
- This forum is not for 2BrightSparks to provide technical support. It's primarily for users to help other users. Do not expect 2BrightSparks to answer any question posted to this forum.
- If you find a bug in any of our software, please submit a support ticket. It does not matter if you are using our freeware, a beta version or you haven't yet purchased the software. We want to know about any and all bugs so we can fix them as soon as possible. We usually need more information and details from you to reproduce bugs and that is better done via a support ticket and not this forum.
- If you are entitled to technical support then please submit a support ticket. Please do not post the same question to the forum and also via a support ticket. Once again, 2BrightSparks does not provide technical support via this forum.
use of exit code in a batch script
-
Storm-_-
- Enthusiastic

- Posts: 12
- Joined: Sat Dec 02, 2017 2:26 pm
-
Storm-_-
- Enthusiastic

- Posts: 12
- Joined: Sat Dec 02, 2017 2:26 pm
Re: use of exit code in a batch script
I've already found it.
SyncBack apparently puts the exit code in the variable %errorlevel% (Windows batch file).
SyncBack apparently puts the exit code in the variable %errorlevel% (Windows batch file).