WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Shortcut Information

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

How to Copy Shortcuts

Keywords: 	 copy shortcut filecopy .LNK 

Question:

How to copy the shortcut file

For eg i have a xyz shortcut in C:\Test dir i need to copy this short cut to D:\Work directory.

Answer:

Use the function FileCopy to copy the .LNK file.

How to copy a shortcut file.

FileCopy("c:\windows\desktop\something.lnk", "c:\temp", @false)

Article ID:   W14403
Filename:   Copying Shortcuts.txt
File Created: 2003:05:08:12:10:46
Last Updated: 2003:05:08:12:10:46