Jump to content

Recommended Posts

Posted

Hi Guys,

am back yet again with a lil silly question as ever, and I know all you wonderful people out there are ready to pounce with the overflowing knowledge base you have within.

OK! now the real part, how do I create an internet explorer shortcut on my desktop? :)

Regards.

Posted

Hi Guys,

am back yet again with a lil silly question as ever, and I know all you wonderful people out there are ready to pounce with the overflowing knowledge base you have within.

OK! now the real part, how do I create an internet explorer shortcut on my desktop?  :)

Regards.

<{POST_SNAPBACK}>

Have you tried to open a .url file with notepad yet? Check this out it's a damn ini file.

[DEFAULT]

BASEURL=http://www.meriamwebster.com/

[internetShortcut]

URL=http://www.meriamwebster.com/

Modified=903C8A359CDFC301CA

Just use IniWrite.

Here is an example

IniWrite("test.url", "DEFAULT", "BASEURL", "http://www.meriamwebster.com/")
IniWrite("test.url", "InternetShortcut", "URL", "http://www.meriamwebster.com/")

Hope that helps. Yes you can omit the Modified line. Maybe someone will make this a UDF?

Kerby

Posted

Have you tried to open a .url file with notepad yet? Check this out it's a damn ini file.

[DEFAULT]

BASEURL=http://www.meriamwebster.com/

[internetShortcut]

URL=http://www.meriamwebster.com/

Modified=903C8A359CDFC301CA

Just use IniWrite.

Here is an example

IniWrite("test.url", "DEFAULT", "BASEURL", "http://www.meriamwebster.com/")
IniWrite("test.url", "InternetShortcut", "URL", "http://www.meriamwebster.com/")

Hope that helps. Yes you can omit the Modified line. Maybe someone will make this a UDF?

<{POST_SNAPBACK}>

way too complicated mate ... just used ALT+F+E+S ... sweet n short .... thanks .. for the help though

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...