How do I write a shell command to open Chrome in Macos like this is done in windows:
This opens safari when I write it in the terminal "open -a Safari" , but not from shell. Chrome does not open from terminal.
B4X:
lst.Add(link)
shl.Initialize("shl","C:\Program Files (x86)\Google\Chrome\Application\chrome.exe",lst)
This opens safari when I write it in the terminal "open -a Safari" , but not from shell. Chrome does not open from terminal.
Last edited: