SHELLCMD CMD CD

Description:

   This command allows issuing a limited set of shell commands to the system.

Form:

  Command Handler: SYSD
  SHELLCMD|CMD|CD [command]
  Arguments:  Command to send to the shell.

Examples:

  Verbose:
  *.SYSD SHELLCMD date<enter>
  Response is:
      OK\r\n
      Tue Nov  7 14:42:42 EST 2006\r\n
      \r\n

  Terse:
  *.SYSD CD date<enter>
  Response is:
      0\r\n
      Tue Nov  7 14:42:42 EST 2006\r\n
      \r\n

 

Notes:

  There will likely be little difference between the terse and verbose return values since
  the output of the command is generate by binaries that are not terse or verbose aware.
 
Created By: Adtec Digital