Computing.Net > Forums > Programming > Desktop Icon Creator

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Desktop Icon Creator

Reply to Message Icon

Name: Alex
Date: September 1, 2003 at 18:58:15 Pacific
OS: xp pro
CPU/Ram: 256
Comment:

hey i wanna make a small program that when opened creates an shortcut on the users desktop that opens a web address can anyone help??



Sponsored Link
Ads by Google

Response Number 1
Name: wizard-fred
Date: September 1, 2003 at 19:27:19 Pacific
Reply:

Have you tried copying the web address into a new shortcut on your desktop? Works in Win98.


0

Response Number 2
Name: Infinite Recursion
Date: September 1, 2003 at 23:41:18 Pacific
Reply:

You can do this in a batch file. The workhorse of this batch file will be ...

start iexplore "http://www.cnn.com"

(if CNN is what you wanted to see)

If you do not like batch files, then write a program that throws out a system call that will execute that line for you... You could also echo out the line to a batch file on your Desktop using the programming language's File I/O routines.

If it is some trivial task you are trying to do locally, you can right click on your desktop, choose New, then shortcut and have an icon for your URL there on your desktop as well.

Infinite Recursion


0

Response Number 3
Name: alex
Date: September 3, 2003 at 07:16:11 Pacific
Reply:

no help from yous 2 ne1 else wanna try reading my question?


0

Response Number 4
Name: Infinite Recursion
Date: September 3, 2003 at 17:45:47 Pacific
Reply:

Oooook. The "solution" works for me. Good luck with your inquiry.

Regards,

Infinite Recursion.


0

Response Number 5
Name: Chi Happens
Date: September 5, 2003 at 05:25:48 Pacific
Reply:

You can use the Windows API function IShellLink.

Chi Happens


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon

vbscript issue websphere architect



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Desktop Icon Creator

Desktop icons - mouseover www.computing.net/answers/programming/desktop-icons-mouseover/13204.html

Desktop Icons Or Shortcuts www.computing.net/answers/programming/desktop-icons-or-shortcuts/5102.html

Make desktop icon www.computing.net/answers/programming/make-desktop-icon/11184.html