In the GUI while Netmonitor is running you can see the backend commands that get run when you do things like start a process.
to see the backend command on the GUI menu while running Netmonitor do the following
View -> command engine output
then do your action and the backend command that the IDE/GUI wrapper is running will be displayed.
Here is an example of a backend command from one of our automation scripts that starts the process (sms_super_adt) and these threads in that process (jr_sms_super_adt,js_dist_203)
hcienginerun -p sms_super_adt -s jr_sms_super_adt,js_dist_203
Here is an example of a cron entry that starts a thread (hs_odb_caisis_adt_32006) in an already running process (p_odbc_caisis_adt), so take your pick
hcicmd -p p_odbc_caisis_adt -c “hs_odb_caisis_adt_32006 pstart”
Russ Ross
RussRoss318@gmail.com