procedure exec

Execute cmd (which is given as a character string). Control is returned to DPUSER when cmd is finished.

Syntax
exec cmd

Arguments
cmd:   A string containing the command to be executed.


Examples
Do a directory listing:
   exec "dir"