echo off
 set FLEXLM_TIMEOUT=2000000000
 set /a cnt +=1
 set QACBIN=D:\1.Project\git\highib\Build\VS\..\..\..\ToolsGeneric\StaticCodeAnalysis\QAC\QAC-8.1.2-R\bin
 set QACPATH=D:\1.Project\git\highib\Build\VS\..\..\..\ToolsGeneric\StaticCodeAnalysis\QAC\QAC-8.1.2-R
 if not "%QACINPATH%"=="TRUE" set PATH="%QACBIN%";"%PATH%"
 set QACINPATH=TRUE
 echo Performing QAC analysis
 echo analyzing %cnt% of %TOTAL_COUNT% "D:\1.Project\git\highib\Build\VS\..\..\Src\Src_AL\Cdd\CddTps92520\Gen\CddTps92520_Com.c"
 "D:\1.Project\git\highib\Build\VS\..\..\..\ToolsGeneric\StaticCodeAnalysis\QAC\QAC-8.1.2-R\bin\qac.exe" -ppmetrics+ -pplist+ -ppfilename+ -via "D:/1.Project/git/highib/Build/VS/../Tmp/F02Hh001_App_default/qac/_qac_cfg.txt" "D:/1.Project/git/highib/Build/VS/../../Src/Src_AL/Cdd/CddTps92520/Gen/CddTps92520_Com.c"
 "D:\1.Project\git\highib\Build\VS\..\..\..\ToolsGeneric\StaticCodeAnalysis\QAC\QAC-8.1.2-R\bin\errdsp.exe" QAC -via "D:/1.Project/git/highib/Build/VS/../Tmp/F02Hh001_App_default/qac/_qac_cfg.txt" -list "D:/1.Project/git/highib/Build/VS/../Tmp/F02Hh001_App_default/qac/_qac_list.txt" -op "D:/1.Project/git/highib/Build/VS/../Tmp/F02Hh001_App_default/qac" -file CddTps92520_Com.c.txt "D:/1.Project/git/highib/Build/VS/../../Src/Src_AL/Cdd/CddTps92520/Gen/CddTps92520_Com.c"
 echo finished single file

