Login Page - Create Account

Support Board


Date/Time: Mon, 10 Mar 2025 00:50:37 +0000



Post From: what is a recommended way to call system commands from ACSIL code ?

[2019-08-30 07:14:54]
User921987 - Posts: 238
#pragma comment(lib, "SHELL32.LIB")

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