Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    symlink. error in syntax

    Help wanted · · · – – – · · ·
    mklink
    2
    2
    632
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Andrey Evgrafov
      Andrey Evgrafov last edited by

      Hi community!
      I want to create simple link to run notepad++ on win 10 with a next command

      mklink c:\windows\system32\np.exe “c:\program files (x86)\Notepad++\notepad++.exe” - register NppShell_06.dll.exe

      But I catch an error in syntax.Where mistace?

      Claudia Frank 1 Reply Last reply Reply Quote 0
      • Claudia Frank
        Claudia Frank @Andrey Evgrafov last edited by Claudia Frank

        @Andrey-Evgrafov

        it’s been a while since using windows but I’m in doubt that you can create a
        link from np.exe to notepad++.exe with additional parameters provided to
        notepad++ exe, can’t you?

        mklink c:\windows\system32\np.exe “c:\program files (x86)\Notepad++\notepad++.exe”

        should work as long as np.exe is not the internal MS notepad because as far as I’m aware MS protects it default application since Windows 10.
        But as already said, I’m not up to date anymore - maybe it is working again.
        Hopefully enough info to get your problem solved.

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 1
        • First post
          Last post
        Copyright © 2014 NodeBB Forums | Contributors