|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Run
Run[expr1, expr2, ...]
generates the printed form of the expressions
, separated by spaces, and runs it as an external operating system command.
DetailsDetails
- Run prints the
in InputForm format. - Run returns an integer that corresponds, when possible, to the exit code for the command returned by the operating system.
- The command executed by Run cannot usually require interactive input. On most computer systems, it can, however, generate textual output.
- You can enter the input line !command to execute an external command.
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

