- CliInitNewcli
-
Set up a Process to be a shell from initial packet
OBSOLETE OBSOLETE OBSOLETE OBSOLETE OBSOLETE
OBSOLETE OBSOLETE OBSOLETE OBSOLETE OBSOLETE
flags = CliInitNewcli( packet )
D0 A0
LONG CliInitNewcli( struct DosPacket * )
OBSOLETE OBSOLETE OBSOLETE OBSOLETE OBSOLETE
As of V47, this function does nothing and just runs into an Alert(). NewShell or NewCLI no longer go through this function, but instead sends a startup packet to the shell that will request the shell to get initialized through
CliInitRun() instead in all cases. A shell will thus never need to call this function as using it is never requested by the operating system.