Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 554 of file internal.c.
{ /* If a param was send, display help of correspondent command */ if (_tcslen(param)) { DoCommand(param, _T("/?"), NULL); } /* Else, display detailed commands list */ else { PrintCommandListDetail (); } return 0; }