The run macro statement starts a recorded Dexterity macro.
run macro file_name
• file_name – A string expression or variable containing the file name (and path, if necessary) of the macro to be run.
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:
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.