CLI commands sometimes fail with the error ‘Not found : {file_path}’ or label syntax error even though the paths in the ini file are correct. To resolve this problem, it is necessary to verify the path delimiter.

  • ‘’\’ is an escape character in Utcli.ini and testinfo.ini files. Please change the path separator to ‘\\’ or ‘/’

Bad case:
E:\CLI\CT\poppad\CLICTpoppad111_20220826090137exportTest estInfo.export

Good case:
E:\\CLI\\CT\\poppad\\CLICTpoppad111_20220826090137exportTest estInfo.export
E:/CLI/CT/poppad/CLICTpoppad111_20220826090137exportTest estInfo.export

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.