(file) argument from terminal
Posted: Tue Dec 10, 2019 11:20 am
open -a TextEdit.app ~/Documents/mytext.txt
This works. Mind you, open -a TextEdit.app --args ~/Documents/mytext.txt does not work.
For PB programs only arguments passed with --args are seen with ProgramParameter. How do I get the access to the first one without --args? What's happening here?
This works. Mind you, open -a TextEdit.app --args ~/Documents/mytext.txt does not work.
For PB programs only arguments passed with --args are seen with ProgramParameter. How do I get the access to the first one without --args? What's happening here?