Rebol Programming/run
USAGE:
editRUN file /as suffix
DESCRIPTION:
editRuns the system application associated with a file.
RUN is a native value.
ARGUMENTS
edit- file -- The file to open (file, URL) or command to run (string). (Type: file url string)
REFINEMENTS
edit- /as
- suffix -- (Type: string file)
SOURCE CODE
editrun: native[ {Runs the system application associated with a file.} file [file! url! string!] {The file to open (file, URL) or command to run (string).} /as suffix [string! file!] ]