Britbadboy Posted April 26, 2005 Posted April 26, 2005 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.
Kerberuz Posted April 26, 2005 Posted April 26, 2005 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=903C8A359CDFC301CAJust use IniWrite. Here is an exampleIniWrite("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
Britbadboy Posted April 26, 2005 Author Posted April 26, 2005 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=903C8A359CDFC301CAJust use IniWrite. Here is an exampleIniWrite("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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now