Skip to content
Prev 6981 / 15075 Next

shell.exe() equivalent?

On 2010-03-24, at 19:37, Gi-Mick Wu <mick.wu at mail.mcgill.ca> wrote:

            
...
On any unix-based system you can use the system() function, and on the  
Mac you can combine that with the open command to get the default  
software to handle the file, so the last line in your example would  
change to:

system("open filename")