We are currently using the “Command()” or “GetResponse()” PMAC API methods (Gp Library Functions in gplib.h) to submit commands from a background C application (which in turn is talking to the outside world) to the PMAC command interpreter .
However, those particular methods do not support commands such as "$$$", "$$$***", "save".
What is the recommended way to submit these commands via the gplib API?