Copy file from link pasted in start menu search?


  1. Posts : 1
    Windows 10
       #1

    Copy file from link pasted in start menu search?


    If I paste a network file link into the start menu in Windows 7, I am able to copy the file onto my pc. How do I accomplish this in Windows 10?

    I can't drag and drop the file when I click on it and there is no menu options to do anything, that I see, to the file except for opening it?

    Thank you
      My Computer


  2. Posts : 42,994
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    Hi, sorry, not quite sure what you mean.

    For example, here are some download links for Notepad++
    Download Notepad++ 7.5.9

    If I paste one of those links into the search field on the taskbar it opens Edge and starts the download.
    Here's the first:
    Notepad++ download starting...

    What exactly do you wish differently? And why not simply do the download using your browser?

    Or do you mean a link to a shared file on another machine?
      My Computers


  3. Posts : 16,950
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #3

    1 Create a new shortcut and put this in its 'Location' field

    Code:
    cmd.exe /k "xcopy d:\desktop\testfile.txt d:\desktop\target\"
    or, if they contain spaces,
    Code:
    cmd.exe /k "xcopy "d:\desktop\test file.txt" "d:\desktop\tar get\""


    using your own source path & filename in place of d:\desktop\testfile.txt
    and
    using your own destination path in place of d:\desktop\target\

    2 Once you have created the shortcut you can set its properties to run minimised if you want.

    3 The command I have provided will leave a console window open afterwards so you can check it is all working as expected. Once you have tested it and are happy with it, change the /k to /c and the shortcut will do its job then its console window will disappear.
    Code:
    cmd.exe /c "xcopy d:\desktop\testfile.txt d:\desktop\target\"

    4 You can pin this shortcut to the Start menu.

    Denis
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 13:17.
Find Us




Windows 10 Forums