Special RCL Commands

If you have an Advanced license for RockWorks, most of the RockWorks program menus can be automated by listing in your RCL script 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 too many! 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.

There are, however, some RCL processes which are not activated with a standard EXECUTE: command; these Special RCL Commands are described here.


Contents

See also these additional topics:


 


The BACKUP Command 

BACKUP:

Table of Contents


The DATASHEET Command 

DATASHEET: Hydrochemistry_01.RwDat

Table of Contents


The DEFINE Command

DEFINE:  IDATA_SOLID  Benzene
DEFINE:  IDATA_SOLID  NEW_MODEL_NAME  Benzene.RwMod
DEFINE:  GENERAL      OUTPUT_2D       Benzene Profile.Rw2D
EXECUTE: IDATA_PROFILE


The DIMENSIONS Command

DIMENSIONS: 9800 11600 50 9000 10800 50 1000 2400 50

Table of Contents


The EXECUTE Command

EXECUTE: EZMAP

Table of Contents


The EXIT Command

EXIT:

Table of Contents


The HALT Command

HALT:

Table of Contents


The HIDE Command

Table of Contents


The HTML Commands


The LOAD_DIMENSIONS Command

Table of Contents


The MENU Command

MENU: TERNARY


The PROJECT Command

PROJECT: C:\SITE_27B

Table of Contents


The PROMPT Command

PROMPT: Gridding completed.  Press OK to contour the grid.

Table of Contents


The SAVE_DIMENSIONS Command

Table of Contents


The SOUND Command

Table of Contents

 


The SQL Command

SQL:
UPDATE [Location] L
SET Enabled = -1
WHERE ([Easting] Between 652700 and 653505) AND ([Northing] Between 5535000 and 5535889)
SQL-END:

Explanation: The preceding commands will enable only the boreholes within a rectangular region.

Table of Contents


Important EXECUTE: Commands

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