12 lines
No EOL
231 B
Text
12 lines
No EOL
231 B
Text
|
|
|
|
#-------------------------------------------------------------------------
|
|
Sub _StartCommand(IN string $cmd, OUT int $id)
|
|
{
|
|
|
|
`$cmd`;
|
|
$id = <int>%_sgEnv{"last_command_id"};
|
|
|
|
return true;
|
|
|
|
} /* END _StartCommand */ |