SilverScreen Solid Modeler

system2

system2

Previous topic Next topic  

system2

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

int system2 ( char *cmd )

 

char *cmd;    // command to execute

 

 

 




Synopsis

#include "silver.h"

 

The system2 function is identical to system , except that a screen save is not performed before invoking the command processor.

 

 

Parameters

cmd is a null-terminated string containing the command to be executed.

 

 

Return Value

See the entry for system1 for a description of the values returned by system2 .

 

 

See Also

spawn , system1 , system3