Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'additional hint...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
additional hint...
Authored by: catnip on Dec 02, '02 05:32:37PM
This may work better for you if you include double quotes (") in the lines where you have to call directories.

open -a /Applications/Microsoft Office X/Microsoft Excel /tmp/sql_excel.tmp

becomes

open -a /Applications/"Microsoft Office X"/"Microsoft Excel" /tmp/sql_excel.tmp

[ Reply to This | # ]