Josh - 2010-05-01

; The english version of the exit code (info taken from the par2cmdline.h file)
; eSuccess = 0,

; eRepairPossible = 1, // Data files are damaged and there is
; // enough recovery data available to
; // repair them.

; eRepairNotPossible = 2, // Data files are damaged and there is
; // insufficient recovery data available
; // to be able to repair them.

; eInvalidCommandLineArguments = 3, // There was something wrong with the
; // command line arguments

; eInsufficientCriticalData = 4, // The PAR2 files did not contain sufficient
; // information about the data files to be able
; // to verify them.

; eRepairFailed = 5, // Repair completed but the data files
; // still appear to be damaged.

; eFileIOError = 6, // An error occured when accessing files
; eLogicError = 7, // In internal error occurred
; eMemoryError = 8, // Out of memory
; User closed run windows = -1073741510 // The run window (cmd window) was closed before the program finished