Description:

Modifies the macro of a command alias.

Syntax:
public static Boolean SetMacro(
String alias,
String macro
)
Parameters:
  • alias
  • Type: System.String
  • [in] The name of the command alias.
  • macro
  • Type: System.String
  • [in] The new command macro to run when the alias is executed.
Returns:
Type: Boolean
True if successful.
Available since:
5.0

Nothing found