definer { % % Machine group definitions % "ofspog" "Prefix Path of Spot Group" "Exec" % "group-name --> spog-folder" '^"Spotbut\" folder' newdef "ofspbu" "Spot Group and Button File Spec" "Exec" % "button group-name --> spog-button" 'ofspog &"Spotbut" ^' newdef "ofcnc" "Prefix Path of Cnc Folder" "Exec" % "file-name --> file-spec" "^_Arching.Cnc" newdef "ofwiz" "Prefix Path of Gwizard Area" "Exec" % "filename --> pathed-filename" '^"Gwizard\" ofconn' newdef "wiz*" "Gwizard Path Execute" "Exec" % "filename -->" "ofwiz exec" newdef "wiz*conn" "Gwizard Path and Text Extension Execute" "Exec" % "fileroot -->" "text wiz*" newdef "text_wiz" "Gwizard Path and Text Extension Read" "Exec" % "fileroot --> data" "text ofwiz read" newdef "text!wiz" "Gwizard Path and Text Extension Write" "Exec" % "data fileroot -->" "text ofwiz write" newdef "ofpgm" "Prefix Program Path Dir" "Exec" % "filename --> pathed-filename" '_Device &"\Program\" ofconn ^' newdef } if