Today I will demonstrate you that how to call .exe files in AX 2012 through code.
static void kanha(Args _args)
{
WinAPI::shellExecute("C:\\Users\\pankk.S3\\Desktop\\AA_v3.2.exe");
}
Note:- WinAPI::shellExecute() is the class and method through which we can execute any .exe file in AX
For more :http://poojakarki1989.blogspot.in/2014/04/how-to-run-exe-files-in-ax.html
static void kanha(Args _args)
{
WinAPI::shellExecute("C:\\Users\\pankk.S3\\Desktop\\AA_v3.2.exe");
}
Note:- WinAPI::shellExecute() is the class and method through which we can execute any .exe file in AX
For more :http://poojakarki1989.blogspot.in/2014/04/how-to-run-exe-files-in-ax.html
No comments:
Post a Comment