Hi,
I have created a tcl script that captures screenshots (.jpg images) from Hypermesh screen. The script works fine when I execute it in interactive mode , but fails when I try it in batch mode.
So, is there any way to capture images in Batch mode?
API used in tcl script : *jpegfilenamed 'Model_iso.jpg'
Command in .bat file : call %ALTAIR_HOME_DIR%\hw14.0\hm\bin\win64\hmbatch.exe -b -tcl captureImages.tcl >> captureImages.log 2>&1
Thanks,
Roshan