Examples of ZSYstem

Example:

    GTM>ZSYSTEM "DIR *.M
    

This uses ZSYSTEM to spawn a process that then performs the DCL command files with a type for GT.M source files. Once the command completes, the spawned process terminates.

Example:

    GTM>ZSYSTEM
    $    
    

This ZSYSTEM has no argument so the spawned process prompts for input.