static void AlfasithRunAnyApplication(Args _args)
{
WinAPI::shellExecute(“D:\Dynamic Netsoft Construction Suite V2.pptx”);
WinAPI::shellExecute(“C:\Users\dns.amohamed\Downloads\Love Mash Up.mp3”);
// Here Application will wait till previous application opens / runs
}