![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on index remover for mac within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; here is a little program i made because i didn't like see the .DS_Store files my mac left on the ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() ![]() 73|-| m4573r poker
|
here is a little program i made because i didn't like see the .DS_Store files my mac left on the memory stick. now before and windows fans start trying to make fun of mac users, WINDOWS MAKES .thumb or some such file when it indexs. so any way, this program deletes them. It is in apple script if you care. in the dialog box type/copy and paste the name of the memory stick in the text box. after it starts wait a bit and then press continue on the new dialog box.
this is the same as typing Code:
rm `find /volumes/<psp_name_here>/ | grep "/.DS_Store"` Code:
rm -i `find /volumes/<psp_name_here>/ | grep "/.DS_Store"` please give me some input so i can make it better (if any onw uses it). i made this for me, i'm sharing in case others care, so don't tell me this is useless Last edited by delight; 07-10-2006 at 11:06 AM.. |
|
|
|
|
|
#3 | |
![]() ![]() 73|-| m4573r poker
|
Quote:
|
|
|
|
|
|
|
#4 |
![]() ![]() total-Z
|
Actually, windows creates thumbs.db if you have 'thumbnail view' selected, which I rarely dont. But yeah, good idea. I hate those little files macs create...
__________________
牧来栠摩琠敨映汩獥PSN: youresam From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth |
|
|
|
|
|
#5 | |
![]() |
Quote:
...and you can turn the thumbs.db generation off by going into your Folder Options... |
|
|
|
|
|
|
#7 | |
![]() ![]() 73|-| m4573r poker
|
Quote:
poker
|
|
|
|
|
![]() |
| Tags |
| index , mac , remover |
| Thread Tools | |
|
|