the url format



the url file format looks pretty simple, it has the
same format as a ini file:

-----------------------------------------
[internetshortcut]
url=http://www.someaddress.com/
workingdirectory=c:\windows\
showcommand=7
iconindex=1
iconfile=c:\windows\system\url.dll
modified=20f06ba06d07bd014d
hotkey=1601
-----------------------------------------
url is self-explanatory

workingdirectory is self-explanatory

iconindex is:
    the icon index within iconfile

iconfile is:
    a file containing a icon

showcommand is:
(nothing) - normal
7 - minimized
3 - maximized

hotkey is:
833 - ctrl + shift + a
834 - ctrl + shift + b
835 - ctrl + shift + c
836 - ctrl + shift + d
837 - ctrl + shift + e
838 - ctrl + shift + f
.
.
1601 - ctrl + alt + a
1602 - ctrl + alt + b
1603 - ctrl + alt + c
1604 - ctrl + alt + d
1605 - ctrl + alt + e
1606 - ctrl + alt + f
.
.
.


·µ»Ø