|
| KiXtart Command Reference |
DELPROGRAMGROUPactionInstructs Program Manager to delete an existing program group. syntaxDELPROGRAMGROUP ("group name", common group flag) parametersGroup name Identifies the group to be deleted. Common group flag Optional numeric parameter. This parameter is available only on Windows NT. Common group flag can have the following values:
remarksWhen this function runs, no confirmation is asked nor warning given. returns
exampleIf DelProgramGroup("NewGroup", 0) = 0 ? "NewGroup deleted...." Endif |