This example loads the STFF found at c:\mytasks\example.amtö, overwriting the contents of the current task with the steps and properties of the example.amt task file.
Sub Main
CurrentTask2.LoadFromFileEx (ôc:\mytasks\example.amtö, 0)
End Sub