running bat files
-
can i run bat files in notepad++?
-
open %appdata%/notepadd++/shortcuts.xml
in the chapter <UserDefinedCommands> you can add your batchfile-calls
an example may look like this
<Command name=“callAA” Ctrl=“yes” Alt=“no” Shift=“yes” Key=“107”>aa.cmd $(CURRENT_WORD)</Command>after restarting notepad++ you will find this entry under Execute (“Ausführen”)
-
-
@tseGIT if the file name contains spaces, do I include the spaces?
-
Example with spaces: