I need to run a .bat file from a TRACE32 script.
I tried with OS.FILE.ACCESS("name of file","x") where x represents X execute file.
In the manual it says that this function returns TRUE or FALSE, so I executed PRINT OS.FILE.ACCESS("FILENAME","x") but I only receive TRUE, the .bat file isn't executed.
Is there a posibility to execute a .bat file from a TRACE32 script ?