/* Cute trick: If you are a CLI, Workbench2CLI is a NO-OP */
/* Thus, you normally don't need to check */
/* NOTE: Most of the time you will ignore the error */
if(Workbench2CLI(4000))
{
/* We now are workbench started CLI */
/* (Complete with path */
}
else
{
/* We did not become a CLI but we still */
/* can run. Just no path */
}
/* More stuff */
CloseLibrary(WorkbenchBase);