View Single Post
bassplayinMacFiend
Banging the Bottom End
 
Join Date: Jun 2004
 
2004-09-27, 09:37

Quote:
Originally Posted by Eugene
I don't recommend doing this since you'll probably open some headless apps and uninstallers and other evil things, but if you really want to open every app you have...

Paste this into Terminal:
find / -name "*.app" -print0 | xargs -0 open

DON'T DO IT.
I'll try this out on my new 20" iMac once the 2GB RAM arrives.
  quote