Login Page - Create Account

Support Board


Date/Time: Wed, 01 May 2024 14:14:05 +0000



[Programming Help] - what is a recommended way to call system commands from ACSIL code ?

View Count: 505

[2019-08-29 11:54:03]
User921987 - Posts: 234
I know the system() command but because the called executable doesn't exit it will freeze the UI until I close the opened window manually.

This is a windows platform but the Linux compatibility would be nice to have (not mandatory).
Date Time Of Last Edit: 2019-08-29 11:56:14
[2019-08-30 07:14:54]
User921987 - Posts: 234
#pragma comment(lib, "SHELL32.LIB")

ShellExecute(NULL, "open", FileNameToOpen, NULL, NULL, SW_SHOWNORMAL);
Date Time Of Last Edit: 2019-08-30 07:16:02

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account