Running GRIP code as a journal

Hello!

Is there a possibility to run code made in GRIP outside of NX app (I mean by using run_journal.exe), or at least make a journal that runs a GRIP code?
Basically I'm looking for any way that would let me use GRIP code in my software without mashing CTRL + G in Siemens NX window.

Thanks for help!

I've never attempted to use it, but the NXOpen API Session object has a .ExecuteGrip method. Assuming the GRIP doesn't require user interaction (dialogs and message boxes), it should be possible to write a journal that calls the GRIP and passes in any necessary arguments.