I want to make automatically screenshots of our visualiziation. I managed to switch through the pictures.
But getting the screenshots is quite difficult. I found an quite easy Powershell script that works fine.
But I have to call it with c Code due our visualiziation. It offers only "Winexec" and "ProgramExecute".
I didn't manage to find the right code...
WinExec("Powershell -/Skript -Param1 -Param2", SW_SHOWNORMAL);
or
unsigned int ProgramExecute(char* Program_Name)
Has anybody an idea where I can find the right order?
Thanks :)