How to open a folder after installation?
How to open a folder after installation?
- Subject: How to open a folder after installation?
- From: Derrick Griffel <email@hidden>
- Date: Wed, 1 Jun 2005 11:56:59 -0500
I am trying to open a specific folder after installation. I have a
postflight script that contains the following line: open
$2/foldername. I would expect this to open the directory named
foldername located at the install location returned by the $2 variable.
Unfortunately, the directory does not open. However, if I change this
to: open -a $2/foldername/application.app, The postflight script WILL
launch my application located inside the folder. Does anyone have any
ideas on why I can get the script to launch an application after
install, but not open a folder?
Thanks,
Derrick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden