Group: | Remote Procedure Call |
See also: | rpclink rpcsendrequest rpcstartclient rpcstartserver rpcstarttimer rpcstopclient rpcstopserver rpcstoptimer |
Function: | systemcall | |
Description: | systemcall passes a UNIX command to the underlying UNIX shell. |
Usage: | systemcall (command) | |
Input: | ||
command | string |
systemcall ("date")
In this case, the current date and time are printed inside the UNIX shell, e.g., Wed Jul 23 16:28:51 MET DST 1997
Group: | Remote Procedure Call |
See also: | rpclink rpcsendrequest rpcstartclient rpcstartserver rpcstarttimer rpcstopclient rpcstopserver rpcstoptimer |