How I can execute *.exe from Axapta?

How I can execute *.exe from Axapta?

Check out the shellExecute Method in the WinAPI class…

Hello my friend you can try that: WINAPI::shellExecute(“C:\WINDOWS\ServicePackFiles\i386\iexplore.exe”); I hope that code can help you Regards Jairo Trying to be master developer