Batch Files - Creating Shortcuts

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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.
 
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
 
Back
Top