Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
translations



Rockbox mail archive

Subject: Re: Icon for your Archos!

Re: Icon for your Archos!

From: Mat Holton <mathew.holton_at_surface-inspection.com>
Date: Tue, 18 Jan 2005 16:52:58 +0000

-----Original Message-----From: joerch.net_at_web.de <joerch.net_at_web.de>To: rockbox_at_rockbox.org <rockbox_at_rockbox.org>Sent: 18/01/2005 14:50Subject: RE: Icon for your Archos!>>I tried the script (against your advice) and it works great!
>>The only thing is some of the icons are a bit wierd (it seems blacks/whites go a bit screwy)
>>Maybe they should be 16Bit color?
>No, true colour is possible, but unneccessary. the pics are weird because of the resizing routine from windoze. If it is a pic for instance blach with thin lines white, windows see that most of the pixels are black and you get a black image.
No, some areas of total white (well, to the eye) are coming out as black...

>by the way, the first script you can run twice, there were erroes with attrib..., here is the better one:



.........

_at_echo off

attrib -S -H /S desktop.ini

::reset attrib for desktop.ini, make ready for delete

for /D /R %%i in (*.*) do del "%%i\desktop.ini"

::delete desktop ini if in folder

for /D /R %%i in (*.*) do echo [.ShellClassInfo]>"%%i\desktop.ini"

::make desktop.ini and write first line

for /D /R %%i in (*.*) do echo ConfirmFileOp=0 >>"%%i\desktop.ini"

::write second line

for /D /R %%i in (*.*) do echo IconIndex=0 >>"%%i\desktop.ini"

::write third line

for /D /R %%i in (*.*) do echo IconFile="%%~ni.bmp" >>"%%i\desktop.ini"

::create icon.bmp with has the name of the directory were it in

::also see windows xp help keyword "for"

for /D /R %%i in (*.*) do attrib +H "%%i\desktop.ini"

::hide all desktop.ini's

attrib +S /S /D *.*

::change attributes to "system" for all folders (desktop.ini need that)

::::set attribute for all folders and files

attrib -S /S *.*

::::reset attributes only for files, workaround

pause

..........


Joerch

______________________________________________________________

Verschicken Sie romantische, coole und witzige Bilder per SMS!

Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193


_______________________________________________

http://cool.haxx.se/mailman/listinfo/rockbox

"Time is an illusion. Lunchtime doubly so!" -- Douglas Adams


Surface Inspection Ltd
www.surface-inspection.com
_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox
Received on 2005-01-18

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy