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


Click here to return to the 'spaces in app names' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
spaces in app names
Authored by: percy on Nov 10, '01 08:06:04AM

Look through the script, it's reall not hard to follow. Do you think it looks like it searches through all sub folders in the Applications folder? It's not that I mean to sound rude, but the script is right in front of you.



[ Reply to This | # ]
spaces in app names
Authored by: percy on Nov 10, '01 08:19:23AM

By the way. If you only want to open BBEdit, you can easily do it by adding an alias to ~/Library/init/tcsh/aliases.mine. Like for instance:

alias ob "open -a '/Applications/BBEdit 6.0 Folder/BBEdit 6.0/BBEdit 6.1 for OS X'"

Then you'd just have to write ob [filename] [filename2] to open that file.



[ Reply to This | # ]