Tom's Hardware > Forum > Windows XP > Windows XP General Discussion > Need help to copy a shortcut

Need help to copy a shortcut

Forum Windows XP : Windows XP General Discussion - Need help to copy a shortcut

Tom's Hardware: Over 1.4 million members in 6 different countries available to answer all your high-tech questions. Sign up now! Its free!
Word :    Username :           
 

Archived from groups: microsoft.public.windowsxp.newusers (More info?)

 

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

Don J

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

Sponsored Links
Register or log in to remove.

Archived from groups: microsoft.public.windowsxp.newusers (More info?)

 

On Sun, 10 Jul 2005 22:52:46 -0400, "Don J" <dej4400@comcast.net> wrote:

>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

Reply to Anonymous

Archived from groups: microsoft.public.windowsxp.newusers (More info?)

 

I need to do it from a batch file.

Don J

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



"Mike Hyndman" <mike@tmphyndman.demon.co.uk> wrote in message
news:rbf4d1t502d0a4fdtvfa8hqm9e5ipb2lml@4ax.com...
> On Sun, 10 Jul 2005 22:52:46 -0400, "Don J" <dej4400@comcast.net> wrote:
>
>>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
>

Reply to Anonymous

Archived from groups: microsoft.public.windowsxp.newusers (More info?)

 

On Mon, 11 Jul 2005 12:05:11 -0400, "Don J" <dej4400@comcast.net> wrote:

>I need to do it from a batch file.
>
> Don J
>
>----------------------------------------
>
???
MH

Reply to Anonymous

Archived from groups: microsoft.public.windowsxp.newusers (More info?)

 

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

Don J

------------------------------------------------------------------
"Mike Hyndman" <mike@tmphyndman.demon.co.uk> wrote in message
news:5r65d1piokhi66n5tft0a5tm46lub2i4qj@4ax.com...
> On Mon, 11 Jul 2005 12:05:11 -0400, "Don J" <dej4400@comcast.net> wrote:
>
>>I need to do it from a batch file.
>>
>> Don J
>>
>>----------------------------------------
>>
> ???
> MH

Reply to Anonymous

Archived from groups: microsoft.public.windowsxp.newusers (More info?)

 

Don J wrote:

> What do you mean "???". I don't know how to make it any planer!
>
> Don J
>
> ------------------------------------------------------------------
> "Mike Hyndman" <mike@tmphyndman.demon.co.uk> wrote in message
> news:5r65d1piokhi66n5tft0a5tm46lub2i4qj@4ax.com...
>> On Mon, 11 Jul 2005 12:05:11 -0400, "Don J" <dej4400@comcast.net>
>> wrote:
>>
>>>I need to do it from a batch file.
>>>
>>> Don J
>>>
>>>----------------------------------------
>>>
>> ???
>> MH

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
http://www.catb.org/~esr/faqs/smart-questions.html

Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User

Reply to Malke

Archived from groups: microsoft.public.windowsxp.newusers (More info?)

 

right click on shortcut, then select either "copy shortcut". You can
then
paste it where you like.

mohammad


--
alderessy

Reply to Anonymous

Archived from groups: microsoft.public.windowsxp.newusers (More info?)

 

In news:a7WdnR0LcNxUBU_fRVn-gg@comcast.com,
Don J <dej4400@comcast.net> typed:


> I need to do it from a batch file.


copy \path\file-name-of-the-shortcut \folder--where-you-want-it


--
Ken Blake - Microsoft MVP Windows: Shell/User
Please reply to the newsgroup



> "Mike Hyndman" <mike@tmphyndman.demon.co.uk> wrote in message
> news:rbf4d1t502d0a4fdtvfa8hqm9e5ipb2lml@4ax.com...
>> On Sun, 10 Jul 2005 22:52:46 -0400, "Don J"
>> <dej4400@comcast.net>
>> wrote:
>>> 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

Reply to Anonymous

Archived from groups: microsoft.public.windowsxp.newusers (More info?)

 

"" wrote:
> 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.

--
Posted using the http://www.windowsforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.windowsforumz.com/New-U [...] 55452.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.windowsforumz.com/eform.php?p=1765448

Reply to Sparda

Archived from groups: microsoft.public.windowsxp.newusers (More info?)

 

"" wrote:
> On Sun, 10 Jul 2005 22:52:46 -0400, "Don J"
> <dej4400@comcast.net> wrote:
>
> >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

he asked how to do it in command prompt!

--
Posted using the http://www.windowsforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.windowsforumz.com/New-U [...] 55452.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.windowsforumz.com/eform.php?p=1765521

Reply to Sparda
Tom's Hardware > Forum > Windows XP > Windows XP General Discussion > Need help to copy a shortcut
Go to:

There are 901 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them