Skip to main content

The "sys_cmd_init" Function

Syntax#

sys_cmd_init();
ArgumentTypeDescription
N/AN/ASelf-executing script

Description#

Automatically executes once at runtime to initialize all global variables required for QCMD to operate. Note, however, that the actual console database is not built until the console is opened so as to prevent memory waste in shipping applications.

It is never necessary to run this script manually.