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


Click here to return to the 'Delete system caches for faster disk image mounting' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Delete system caches for faster disk image mounting
Authored by: RaduM on Sep 24, '03 01:48:00AM

I wrote a script:

#!/bin/csh -f
/usr/bin/hdid "$1"
if ($status !=0) exit

and with DropScript made a droplet. I think works better!



[ Reply to This | # ]