zzen11 Posted August 5, 2005 Posted August 5, 2005 (edited) Any easy way to create a shortcut to a web site (url) on desktop? I can certainly write out a .url file on the desktop, but is there a easier / straight forward way? Edited August 5, 2005 by zzen11
therks Posted August 5, 2005 Posted August 5, 2005 One line: IniWrite(@DesktopDir & '\Webpage.url', 'InternetShortcut', 'URL', 'http://www.google.com') My AutoIt Stuff | My Github
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