Adds new user utility to HyperStudy.
*RegisterUserUtility()Adds new user utility to HyperStudy. |
|||||
*RegisterUserUtility()Adds new user utility to HyperStudy. |
Syntax |
*RegisterUserUtility (name, "label", "interpreter", "arguments") |
|
Arguments |
Name |
Description |
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. |
|
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() |
|
Context |
HyperStudy |
|
Comments |
Only applies to HyperStudy preference files. |
|
See also |
|
|