Here is what I'm using.....

:Main
$ReturnCode = ADDPROGRAMITEM("f:\g2.exe","More Good Grief Good Grammar","",0,"f:\",0,0)
IF $ReturnCode = 0
? "Added program item 'More Good Grief Good Grammar' to current group..."
ENDIF
EXIT 0

This works great but it places it under "Programs" and I want it to go one more level like "Programs\ESL" what am I missing?