Good day,
My goal is to launch sequence file from CMD and using ProcessUserCommandLineArguments Event put the CMD command to sequence file global variable. Is this even possible? Then I would parse the string and pass my parameters to steps. I am trying to modify the simple user interface writen with LabVIEW. So far I mannaged to create ProcessUserCommandLineArguments Event callback and I am able to display message box containing my command. But I can not figure out a way to put that command to sequence file global variable. Does anyone have an idea how to do this? Which Reference API's should I be using?
Thank you.