Is it possible to call one exe file from nav

i need to call one exe file for printing label sticker .printer taken data from a particular notepad file .its easily created in Navision by dataport . after then i need to execute a external exe file for printing the records is it possible to call an external exe from navision like ShellExecute in VB[;)]

You can use the SHELL command of navision.

[ReturnCode]:= SHELL(Name [, Param, ...])

For details and syntax, search SHELL in online help