Important RCL EXECUTE Commands

RCL scripts are typically comprised of a series of DEFINE: commands, which define assorted menu settings, followed by an EXECUTE: command, to run the actual menu option. We do not document each and every EXECUTE: command which is available in the program - there are just too many to list. Instead, you can quickly see the DEFINE: parameters and the name of the EXECUTE: command for any RockWorks menu option by selecting the Menu | Show RCL option at the top of that program menu. See Help and Automation for details.

We list here, however, some important EXECUTE: commands that you might want to keep handy.


Contents

 

See also these additional topics:


 


Restoring Menu Settings

DEFINE: MENU_RESET GLOBAL  False
DEFINE: MENU_RESET PROJECT True

EXECUTE: menu_reset

Table of Contents


Linking RCL Files

DEFINE: RCL   FILE_NAME   striplog_settings.rcl
DEFINE: RCL   IGNORE_PROMPTS      False
DEFINE: RCL   SHOW_ERRORS         False
DEFINE: RCL   SHOW_ERROR_SUMMARY  True
EXECUTE: rcl

DEFINE: RCL   FILE_NAME   section_settings.rcl
EXECUTE: rcl

DEFINE: RCL   FILE_NAME   create_sections.rcl
EXECUTE: rcl

Table of Contents


Saving Datasheet Files

DEFINE: GENERAL  ATD_FILE_NAME  myfile.rwdat
EXECUTE: ru_save

Table of Contents


Scanning Boreholes

DEFINE: SCAN_LOGS SCAN_ALL_LOGS True
EXECUTE: scan_boreholes

Table of Contents


 Back to RCL Overview

RockWare home page