I have issues with UUU tool when I run it on different laptops. I don't succeed in running it robustly from different laptops. Our field engineers have different laptop brands, however, they have installed Windows 10 and Windows 11.
I try to run UUU with different delays for different laptops:
echo off
uuu.exe -v -V -pp 3000 uuu.setfuse
echo Error level is %errorlevel%
IF '%errorlevel%' EQU '0' (
waitfor -t 10 noone >NUL 2>NUL
uuu.exe -v -V -pp 3000 uuu.auto
)
And still what is running on one laptop doesn't work on another laptop.
I get an error level of -1 or sometimes an error level of -2.
I use version uuu_1.3.130. I tried version uuu_1.5.125 and I have seen the same issues.
Could you please recommend to me how to call for uuu.exe so that it will run robustly without interruption?