runProgram(program, args)
runProgram(program, exe, args)
This method runs an external program which has already been loaded using findProgram. The results of this run are available in a ProgramRun object.
|
|
|
|
|
The value corresponding to the "output" key may also be obtained using toString.
|
It is also possible to skip findProgram and just provide two strings: the name of the program and the command line arguments.
|
|
The object runProgram is a method function with options.
The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/Macaulay2Doc/functions/runProgram-doc.m2:107:0.