Need help to copy a shortcut

  • Thread starter Thread starter Don J
  • Start date Start date
D

Don J

How do you use "COPY" or "XCOPY" to copy a shortcut?

Don J

--------------------------------------------------------------
 
How do you use "COPY" or "XCOPY" to copy a shortcut?

Don J
Right click on shortcut, then select either COPY or CUT. You can then
PASTE it where you like.
MH
 
right click on shortcut, then select either "copy shortcut". You can
then
paste it where you like.

mohammad
 
What do you mean "???". I don't know how to make it any planer!

Don J

------------------------------------------------------------------
 
Don said:
What do you mean "???". I don't know how to make it any planer!

Don J

Tell us what you are trying to do and why - what is your end goal.
Copying shortcuts via a batch file isn't a normal activity, so you need
to tell us what you are really trying to do and why you want to do it
in a batch file. You may think you are making "it plain" but you are
not. Remember, you have to communicate what you have in your mind. Here
are links to help you make a good newsgroup post:

http://www.dts-l.org/goodpost.htm


Malke
 
How do you use "COPY" or "XCOPY" to copy a shortcut?

Don J

--------------------------------------------------------------

copy *shortcut name*, i bet the dificulties you are having are "file
not found", this is becasue like all files shortcuts have
exstensions, which explorer is told to hide at all times, so what you
need to do when using the copy command to copy a short cut is make
sure you put .lnk on the end.
 
Back
Top