Источник:
http://axaptacorner.blogspot.com/201...e-through.html
==============
It's quite interesting to open calculator, notepad or any Executable file through Axapta try this.......
static void exicuteExcs(Args _args)
{
;
WINAPI::shellExecute("cmd.exe");
WINAPI::shellExecute("notepad.exe");
WINAPI::shellExecute("calc.exe");
WINAPI::shellExecute("chrome.exe",'www.axaptacorner.blogspot.com');
}
Источник:
http://axaptacorner.blogspot.com/201...e-through.html