search for: torunpath

Displaying 2 results from an estimated 2 matches for "torunpath".

2011 Jan 01
2
Applescript and .exe?
...llbackLibraryPath if your using X11.app that is not the default Apple one set dyldFallbackLibraryPath to "/usr/X11/lib" ------------------------------------------------------- --DO NOT EDIT ANYTHING BELOW THIS LINE ------------------------------------------------------- set toRunPath to do shell script "TEMPVAR=\"" & toRun & "\"; echo \"${TEMPVAR%/*}\"" set toRunFile to do shell script "TEMPVAR=\"" & toRun & "\"; TEMPVAR2=\"" & toRunPath & "\"; echo \"${TEMPVAR#$...
2010 Dec 04
2
Re: Trouble with libgsm on Mac OS X 10.6.2
...yPath if your using X11.app that is not the default Apple one set dyldFallbackLibraryPath to "/opt/X11/lib:/usr/X11/lib:/usr/lib" ------------------------------------------------------- --DO NOT EDIT ANYTHING BELOW THIS LINE ------------------------------------------------------- set toRunPath to do shell script "TEMPVAR=\"" & toRun & "\"; echo \"${TEMPVAR%/*}\"" set toRunFile to do shell script "TEMPVAR=\"" & toRun & "\"; TEMPVAR2=\"" & toRunPath & "\"; echo \"${TEMPVAR#$TE...