run macro

Examples


The run macro statement starts a recorded Dexterity macro.

Syntax

run macro file_name

Parameters

file_name – A string expression or variable containing the file name (and path, if necessary) of the macro to be run.

Comments

Pathnames are specified using a generic convention that is designed to be platform independent. The volume or drive name is enclosed in colons (:) followed by the path, using forward slashes (/) to separate the directories or folders. The following example is a valid generic pathname:

[spacer]

You don’t need to specify a pathname for the macro if it’s already stated by the DOS Path command in the AUTOEXEC.BAT file.


Documentation Feedback