ParseCommand

Parses a console command.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  int ParseCommand (
     const char   *commandLine);
  

Parameters

commandLine

(IN) Points to the console command to parse.

Return Values

If successful, returns 0.

See Also