|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
SystemOpen
SystemOpen["target"]
opens the specified file, URL, or other target with the associated program on your computer system.
DetailsDetails
- SystemOpen sends its target to the operating system, which then opens it using its default application for the target type given.
- URLs and URIs must include explicit http:, mailto:, ftp:, etc. prefixes.
- SystemOpen["file"] is essentially equivalent to double-clicking the file icon in your operating system.
- SystemOpen["file"] searches for the specified file in the directories given in $Path.
- SystemOpen["file"] returns $Failed if the specified file does not exist.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Open the Wolfram Research home page in a web browser:
| In[1]:= |
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
