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.
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: