Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

Set Group

Use this command to change the name or description of a user group.

Copy

Syntax

SET GROUP GroupName NAME TO "NewName"
SET GROUP GroupName DESCRIPTION Language TO "Description"            

where:

  • GroupName is the name previously given to, or currently being given to, the group.
  • NewName is the new name of the user group.
  • Language is the language in which the description is displayed, and can be EN or FR.
  • Description is the string describing the group (e.g., the group’s function). If the description includes any spaces, it must be enclosed in double quotation marks.
Copy

Syntax example

SET GROUP ABC NAME TO "ABC Administrators"        
Copy

Syntax example

SET GROUP ABC DESCRIPTION EN TO "ABC Administrators"        

Creating an ASCII input file

To make changes for a large number of User Groups, specify the parameters for this command in an ASCII file.

Create an ASCII file containing the following information for each symbol:

Copy
GroupName{NAME{TO{NewName
GroupName{DESCRIPTION{Language{TO[Description            
Copy

Syntax (with an ASCII file)

SET GROUP @FileName                

where:

  • FileName is an ASCII file containing the data. It can include a complete or partial folder path in the format C:\...\FileName. If FileName includes spaces, enclose it in double quotation marks; for example:

    @"C:\My Documents\My Data.txt"

Note: If the document is in the same location as lv_af.exe, you do not need to specify the drive or path.

Copy

SYntax example

MAINTENANCE ON
SET GROUP @C:\Temp\Groupdescs.txt                            
MAINTENANCE OFF

Published:

Set Group

Use this command to change the name or description of a user group.

Copy

Syntax

SET GROUP GroupName NAME TO "NewName"
SET GROUP GroupName DESCRIPTION Language TO "Description"            

where:

  • GroupName is the name previously given to, or currently being given to, the group.
  • NewName is the new name of the user group.
  • Language is the language in which the description is displayed, and can be EN or FR.
  • Description is the string describing the group (e.g., the group’s function). If the description includes any spaces, it must be enclosed in double quotation marks.
Copy

Syntax example

SET GROUP ABC NAME TO "ABC Administrators"        
Copy

Syntax example

SET GROUP ABC DESCRIPTION EN TO "ABC Administrators"        

Creating an ASCII input file

To make changes for a large number of User Groups, specify the parameters for this command in an ASCII file.

Create an ASCII file containing the following information for each symbol:

Copy
GroupName{NAME{TO{NewName
GroupName{DESCRIPTION{Language{TO[Description            
Copy

Syntax (with an ASCII file)

SET GROUP @FileName                

where:

  • FileName is an ASCII file containing the data. It can include a complete or partial folder path in the format C:\...\FileName. If FileName includes spaces, enclose it in double quotation marks; for example:

    @"C:\My Documents\My Data.txt"

Note: If the document is in the same location as lv_af.exe, you do not need to specify the drive or path.

Copy

SYntax example

MAINTENANCE ON
SET GROUP @C:\Temp\Groupdescs.txt                            
MAINTENANCE OFF

For an optimal Community experience, Please view on Desktop