APPLY
Function
Forces the modelling of a group Desktop (excludes the admin account).
Syntax
APPLY MODEL groupname
Parameters
groupname |
The name of the group you are modelling. |
Example
//EXAMPLE - add a new conference to Regular Users Desktop
//create new conference "Sales"
NEW "General Conferences" "Apply Model Sales" "" Conference 8 0 0
//add to Desktop
LINK MODEL "Regular Users" "" "General Conferences:Apply Model Sales"
// protect and place the icon on the Model Desktop
PUT PROPERTIES MODEL "Regular Users" "Apply Model Sales" 1306 14 150 1307 14 150 1016 6 1
//test new command
APPLY MODEL "Regular Users"
|