Quote:
Originally Posted by manbat ================= I'm looking to create custom icon.lnk to drop in plain brown folders to change them image folders. It can be done with pre-existing ones. What is the format of the "directions" in the icon.lnk? I have seen it written with \'s and with just spaces. What works with WM6? |
Well, in my example picture on the second page, the syntax for the Accessories folder reads as follows:
1#moto1.icl,-1
Moto1.icl is my icon library file stored in my windows directory. Now if you are linking to a file that requires a path (IE, files stored anywhere OTHER than the windows directory) it would be laid out as such.
1#\storage card\temp\icons.icl,-12
or
1#\storage card\program files\useless directory\file.exe,-12
And so on and so forth.
If the path includes a space in the name of the various directories, that is fine. Make sure it is typed exactly as it is named.