Uploaded image for project: 'VCL'
  1. VCL
  2. VCL-13

Improve Windows batch file and scripts

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • None
    • vcld (backend)
    • None

    Description

      There are several batch files and other scripts which run as part of VCL's image capture and loading processes. Their output is not always saved to a log file. It's lost. To simplify troubleshooting, configure all batch file and scripts to redirect their output to files on the computer.

      External calls within the scripts do not always check the exit status of the command that was executed. The exit status can usually be retrieved from the %ERRORLEVEL% variable within batch scripts or from $? if executed from a bash shell. It would be helpful if the exit status is checked for almost all external calls and displayed in the script's log file.

      Attachments

        Activity

          People

            arkurth Andrew Kurth
            arkurth Andrew Kurth
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: