{currenthelptext} {product} {helptype} {viewcore}
Example - MkDir Statement
Sub Main
Dim DST As String
DST = "t1"
mkdir DST
mkdir "t2"
End Sub