[platypus-dev] Re: Adobe Reader
- From: oscar portable <oalinaresmd@xxxxxxx>
- To: platypus-dev@xxxxxxxxxxxxx
- Date: Mon, 8 Aug 2005 20:05:54 -0400
Dear Colleagues,
The man page was not completely helpful. However, the Adobe site:
http://support.adobe.com/devsup/devsup.nsf/docs/52504.htm
provided the syntax.
** The correct syntax using sh is:
open -a '/Applications/Adobe Reader 7.0/Adobe Reader 7.0.app' working-
ems.pdf
which opens the file working-ems.pdf
** The correct syntax using Perl is:
system("open -a '/Applications/Adobe Reader 7.0/Adobe Reader 7.0.app'
working-ems.pdf")
which opens the file working-ems.pdf
Thanks for your help.
Oscar
Livin La Vida Loca
On Aug 8, 2005, at 1:43 PM, Sveinbjörn Þórðarson wrote:
open -b com.apple.TextEdit '/Volumes/Macintosh HD/foo.txt'" opens the
document in the application specified (in this case, TextEdit).
- References:
- [platypus-dev] Tapir
- From: Sveinbjörn Þórðarson
- [platypus-dev] Re: Adobe Reader
- From: oscar portable
- [platypus-dev] Re: Adobe Reader
- From: Sveinbjörn Þórðarson
Other related posts:
- » [platypus-dev] Re: Adobe Reader
- » [platypus-dev] Re: Adobe Reader
- » [platypus-dev] Re: Adobe Reader
open -b com.apple.TextEdit '/Volumes/Macintosh HD/foo.txt'" opens the
document in the application specified (in this case, TextEdit).
- [platypus-dev] Tapir
- From: Sveinbjörn Þórðarson
- [platypus-dev] Re: Adobe Reader
- From: oscar portable
- [platypus-dev] Re: Adobe Reader
- From: Sveinbjörn Þórðarson