Accessing bundle unix calls
Alex Rice
alrice at ARCplanning.com
Fri Jun 6 14:51:01 EDT 2003
On Friday, June 6, 2003, at 10:53 AM, RGould8 at aol.com wrote:
>
> The problem is that if the default folder contains a space, then the
> unix
> call thinks that everything after that space is a parameter, and
> fails. I tried
> putting it all in quotes like this:
>
> put quote & the defaultfolder &
> "/PPPoE_Connector.app/Contents/Resources/PPPSetup e " & username & " "
> & password & quote into bundlepath
>
> but that also failed - - - is there another way?
How about this?
put quote & the defaultfolder \
& "/PPPoE_Connector.app/Contents/Resources/PPPSetup" \
& quote && "e" && username && password into bundlepath
So you are quoting the app itself, but not the parameters to it.
Alex Rice, Software Developer
Architectural Research Consultants, Inc.
alrice at ARCplanning.com
alrice at swcp.com
More information about the use-livecode
mailing list