Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
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??

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

![]() |
vbscript issue
|
websphere architect
|

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