$startMenu_programs = readvalue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders","programs")
MD $startMenu_programs + "\testGroup"
copy "%netlogon%\links\testGroup\notepad.lnk" $startMenu_programs+"\testgroup"

the variable $startMenu_programs misses a t in the second and third line
_________________________
The Code is out there