QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

index remover for mac

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 ...

Reply
 
LinkBack Thread Tools
Old 07-06-2006, 12:55 PM   #1

73|-| m4573r poker
 
delight1's Avatar
 
Join Date: Jan 2006
Location: some place fun
Posts: 4,117
Trader Feedback: 0
Default index remover for mac

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"`
in to terminal. but don't do that, if you want to do it your self type
Code:
rm -i `find /volumes/<psp_name_here>/ | grep "/.DS_Store"`
so that it makes you confirm deleting (like if you mess up).

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
Attached Files
File Type: zip store_delete.zip‎ (17.9 KB, 1 views)
__________________

Last edited by delight; 07-10-2006 at 11:06 AM..
delight1 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-06-2006, 01:07 PM   #2
 
TarwalL's Avatar
 
Join Date: Jun 2005
Posts: 326
Trader Feedback: 0
Default

i don't know about mac, but on windows u can choose to hide those files.
TarwalL is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-06-2006, 02:13 PM   #3

73|-| m4573r poker
 
delight1's Avatar
 
Join Date: Jan 2006
Location: some place fun
Posts: 4,117
Trader Feedback: 0
Default

Quote:
Originally Posted by TarwalL
i don't know about mac, but on windows u can choose to hide those files.
you dont see these files on themac, but when using a file browser on the psp you do
__________________
delight1 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-06-2006, 02:34 PM   #4

total-Z
 
youresam's Avatar
 
Join Date: Jul 2005
Location: texas
Posts: 2,803
Trader Feedback: 0
Default

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
youresam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-06-2006, 04:42 PM   #5
 
Join Date: Jan 2006
Posts: 508
Trader Feedback: 0
Default

Quote:
Originally Posted by youresam
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...
Yeah and they are only generated for pictures...

...and you can turn the thumbs.db generation off by going into your Folder Options...
matriculated is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-06-2006, 06:44 PM   #6

Developer
 
Join Date: Nov 2005
Posts: 445
Trader Feedback: 0
Default

You could alternatively do:
Code:
rm `find /volumes/<psp_name_here>/ -iname "\.DS_Store"`
(Atleast that would work on linux, need to get myself a mac
danzel is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-06-2006, 08:47 PM   #7

73|-| m4573r poker
 
delight1's Avatar
 
Join Date: Jan 2006
Location: some place fun
Posts: 4,117
Trader Feedback: 0
Default

Quote:
Originally Posted by danzel
You could alternatively do:
Code:
rm `find /volumes/<psp_name_here>/ -iname "\.DS_Store"`
(Atleast that would work on linux, need to get myself a mac
poker
__________________
delight1 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
index , mac , remover

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 03:04 AM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us