Community

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

    Select and run option

    Help wanted · · · – – – · · ·
    2
    2
    2748
    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.
    • sathish kulal
      sathish kulal last edited by

      I am new user for Notepad++ (moving from Scite/scintilla) Now I am looking for select and run/execute option in notepadd++. I didnt find that option, please help me.

      In Scite: if the file is bat file i can select code and do Ctrl+0 (zero), which execute that selected of code … This is helpfull on running anything and everything if it is bacth file.

      Claudia Frank 1 Reply Last reply Reply Quote 0
      • Claudia Frank
        Claudia Frank @sathish kulal last edited by

        Hello sathish-kulal,

        the builtin function is Run (F5) which can execute an external program together with your file
        provided as a parameter.
        See here for a more detailed description.
        This means you can run batch files, python script, c program and so on but you provide your
        complete file like

        cmd /k python.exe “$(FULL_CURRENT_PATH)”

        “$(FULL_CURRENT_PATH)” is the path of the active document.

        In this article it is also mentioned that there is a plugin called NppExec which has much more functionality.
        Maybe worth to try it as well.

        Cheers
        Claudia

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