I have following line of code. I want to set relative path instead of hardcoded path as is presently set in 2nd argument below-
sysExecCmd("Unlock_Ecu.bat","","D:\\Program Files\\ToolPath");
Should be replaced as:
sysExecCmd("Unlock_Ecu.bat","","...\\ToolPath");
How can I do it in sysExecCmd function of Capl ?