How can I launch a dL4 program from the operating system command line interface in the SCOPE environment?

SCOPE treats its command line arguments as an initial command. Thus, a dL4 program can be initiated by executing the following commands from a user's .profile file in the UNIX environment or from autoexec.bat file in the Windows environment, respectively.

    exec scope "program to start"
    start scopew "program to start"