Sorry .That command is not doing anything
open filename.app playlist.playlist
Is it possible to pass the parameter with the open command in the terminal
For example,I need to play a song in a player,The songs list should come from a playlist.playlist so the playlist.playlist is a parameter of my app
So i need to passCode:open filename.app playlist.playlist
man open
--args
So the code isCode:open filename.app --player.playlist
How can I get the player.playlist in to my application
open filename.app --args user/me/Player.playlist