PROFILE PROFILE PROFILE

Description:

  Load or save named configurations.

Form:

  Command Handler: ECMD
  PROFILE|PROFILE|PROFILE <SLOT> <OPERATION> [NAME]
  Argument List:
  Verbose      Description
  SLOT         Slot number to save profile: 1-40.
  OPERATION    LOAD, SAVE, RENAME, DELETE, LIST, CURRENT
  NAME         Name for profile, Defaults to SERVICENAME0 for SAVE when omitted.

Response:

  MODIFY PROFILE RESPONSE
    OK\r\n" to acknowledge receipt of command, or
    "ERROR- [Description]\r\n" if error, ending command
    "\r\n" concludes modify responses (empty line)

  DISPLAY PROFILE RESPONSE
    "OK\r\n" to acknowledge receipt of command, followed by
    "[PROFILE INFORMATION]\r\n", or
    "ERROR- [Description]\r\n" if error, ending command
    "\r\n" concludes display responses (empty line)

Examples:

  Command to list profiles:
  *.ECMD PROFILE LIST<enter>
     Response is: OK\r\n
                 1  AdtecHDTV                                Fri Sep 19 10:28:46 2008
                 2  MyStation                                Fri Sep 18  9:18:36 2008
                 \r\n

  Command to Save profile:
  *.ECMD PROFILE 1 SAVE MyStation2 <enter>
     Response is: OK\r\n

  *.ECMD PROFILE 1 SAVE<enter>
     Response is: OK\r\n

  Command to Load profile:
  *.ECMD PROFILE 1 LOAD<enter>
     Response is: OK\r\n

  Command to Load profile:
  *.ECMD PROFILE MyStation LOAD<enter>
     Response is: OK\r\n

  Command to delete profile:
  *.ECMD PROFILE 1 DELETE<enter>
     Response is: OK\r\n

  Command to Rename profile:
  *.ECMD PROFILE 1 RENAME MyStation3<enter>
     Response is: OK\r\n

  Command to show current profile name:
  *.ECMD PROFILE CURRENT<enter>
     Response is: OK\r\n
                 1  AdtecHDTV                                Fri Sep 19 10:28:46 2008
                 \r\n

Notes:

  Name for profile is optional and will use SERVICENAME0 when omitted.
  Loading a profile will automatically save that profile as the default
        CONFIGURATION to be automatically loaded upon restart.
  There are 40 available slots for saving profiles and are not required
        to be sequential.
  The PROFILE LIST and CURRENT commands will truncate the name to 39
        characters to allow for formatted output.
  Invalid characters in the name such as a forward slash ("/") will
        return Bad FileName (201).
Created By: Adtec Digital