Run

Purpose

This function runs another script.

Parameters

Parameter: scr
Type: string
Description: This is the file name of the script to run.  Do not include the path in the script name.

Returns

None.

Example

sub main()

hs.Run "lights_off.txt"

end sub