Options

Dynamics AX 2009 - Job that executes and EXE

Marius0188Marius0188 Member Posts: 21
edited 2009-05-27 in Dynamics AX
Hi to All,

Can someone please show me an example on how to execute and EXE from a job?

Thanks.

Comments

  • Options
    suyeshsuyesh Member Posts: 12
    Hi,

    You can use WinApi::shellExecute() command.

    e.g. WinApi::ShellExecute(ax32.exe);

    All the best
    Suyesh
Sign In or Register to comment.