Run
Usage
• Run[ , , ... ] generates the printed form of the expressions , separated by spaces, and runs it as an external, operating system, command.
Notes
• Run is not available on all computer systems. • Run returns an integer which 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 Version 1.
|