*RegisterUserUtility()

Adds new user utility to HyperStudy.

Syntax

*RegisterUserUtility (name, "label", "interpreter", "arguments")

Inputs

name
Variable name for the utility.
label
The descriptive label of the utility.
interpreter
The full path, including the filename and extension, of the interpreter of the utility. For example, wish.exe for a Tcl script.
arguments
The full path, including the filename and extension, of the utility or other arguments for the interpreter.

Context

HyperStudy

Example

*BeginUserUtilityDefaults()
		
        *RegisterUserUtility(exl, "Excel", "C:/Program Files/Microsoft Office/OFFICE11/EXCEL.EXE", "")
        *RegisterUserUtility(tcl1, "Test", "C:/Altair/hw8.0/hw/tcl/tcl8.4.7/bin/wish84.exe", "c:/test.tcl")

*EndUserUtilityDefaults()

Comments

Only applies to HyperStudy preference files.