script_check
status.i4.v = script_check(mailbox_name.i1a.r)
This routine sets up handling of remote scripting requests. This
includes receiving and replaying a script. This call should be
placed in the console program mainline.
mailbox_name CMU_NAMLEN character mailbox name which is
used to receive script names
This function returns ACNET status values as follows:
OK success
CBS_MEMFAIL error in allocating dynamic memory
CMU_xxx error accessing mailbox
This function requires the following include files:
cnsparam_h, cbslib_h, acnet_errors_h
Related functions:
script_select, script_menu, script_accept, script_stop, script_status,
script_lock, script_unlock, script_create