runargs Command

Related Topics:

prog Command Specifying Program Arguments
Redirection

The runargs command changes the arguments of the target process.

Use the debug Command with no arguments to inspect the current arguments of the target process.

Syntax
runargs arguments Set the current arguments, to be used by the run Command.
runargs ... >|>> file Set the output redirection to be used by the run command.
runargs ... < file Set the input redirection to be used by the run command.
runargs Clear the current arguments.

where:

arguments are the arguments to be used in running the target process.

file is the file to which output from the target process or input to the target process is to be redirected.