Syntax
ibaPdaGenerateSupportFile.exe [/t timeout] <destination>
Arguments
-
/t timeout (optional)Timeout in minutes for the generation of the support file. The process stops if the support file could not be generated within the specified time. Default setting: 2 min
-
<destination> (required)Destination where the support file should be saved. May be a path or path + filename. If you only specify a folder, the filename will be generated automatically by the program.
-
/help or /?This will display the help.
Examples
Define a folder as destination
> ibaPdaGenerateSupportFile.exe ”C:\supportFiles”
In this case the filename will be generated automatically in the format ibaPDA_support_yyyyMMdd_HHmmss.zip in order to prevent duplicates.
Define a filename as destination
> ibaPdaGenerateSupportFile.exe ”C:\supportFiles\report.zip”
Existing files with the same name will be overwritten.
Define an extended timeout (e. g. for larger projects)
In this example 5 minutes.
> ibaPdaGenerateSupportFile.exe /t 5 ”C:\supportFiles”
