Batch Files - Creating Shortcuts

G

Guest

Hello,

I am currently writing a batch file. Have copied the files successfully but
now need to make a shortcut to one of the files appear on the desktop. Any
ideas how I can do this?

Many Thanks

Neil
 
M

Mike Williams

Neil said:
Hello,

I am currently writing a batch file. Have copied the files successfully but
now need to make a shortcut to one of the files appear on the desktop. Any
ideas how I can do this?

Many Thanks

Neil

Create a shortcut in advance and copy it to the desktop later.
 
T

Torgeir Bakken \(MVP\)

Neil said:
I am currently writing a batch file. Have copied the files successfully but
now need to make a shortcut to one of the files appear on the desktop. Any
ideas how I can do this?
Hi,

Some free command line tools for shortcut creation:

Marty List's shortcut.exe
http://optimumx.com/download/#Shortcut

MakeScut
http://www.scriptlogic.com/products/scriptingtoolkit/Default.asp


Alternatively, you can use a VBScript to create the shortcut:
http://groups.google.com/group/micr...cript/msg/e8cc3cc8e6ee0fa9?dmode=source&hl=en
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top