creating my own icons Thread last updated on 2004-08-20 01:41:39

Posted by member 193876 on 2004-08-19 21:56:22

I want to create my own icons to add to the basic theme that comes with the download for LiteStep. Here is an example of the code that displays "my Documents":

*Shortcut "" 215 20 misdocs.png misdocs2.png misdocs.png #3 "$Documents$"

If I want to create one for like WinAmp what would I put at the end of it to direct the shortcut to the winamp exe file?

*Shortcut "" 215 20 winamp.png winamp2.png winamp.png #3 "$????????$"

Posted by member 843 on 2004-08-20 00:01:29 link

$AudioPlayer$, depending on which player it is configured in evars.rc.
In a more general way, you could use:
*Shortcut "" 215 20 winamp.png winamp2.png winamp.png #3 "C:\program files\Winamp\Winamp.exe"

Posted by member 193876 on 2004-08-20 01:41:39 link

i figured it out....for the most part.....but i need better icons, nice clean looking ones.