Need command to restart Notepad ++
-
You can use the Npp environment variable
$(NPP_DIRECTORY). -
@dinkumoil said:
You can use the Npp environment variable
$(NPP_DIRECTORY).This is the most suitable way.
-
try
@echo off
taskkill /f /im notepad++.exe
“C:\Program Files\Notepad++\notepad++.exe”cls
-
@gurikbal-singh said:
try
@echo off
taskkill /f /im notepad++.exe
“C:\Program Files\Notepad++\notepad++.exe”cls
I tried to get rid of it … and you offer me to return to this?
-
I tried to get rid of it … and you offer me to return to this?
the translator of @gurikbal-singh is on holiday 😁
-
by the way:
And how is such a combination of two code variants … does it violate the laws of criminal law?
<Command name="Restart" Ctrl="no" Alt="no" Shift="no" Key="0">cmd /c taskkill /f /im notepad++.exe && start notepad++.exe</Command>lol, no, everything is legal 😉
your version is correct, mine was wrong, as it keeps the cmd window open.
i just have forgotten thestartcommand while typing, sorry 🙏 -
Just for completeness, there is also the
$(NPP_FULL_FILE_PATH)variable. -
@Ekopalypse said:
Just for completeness, there is also the
$(NPP_FULL_FILE_PATH)variable.Please show me an example of your solution code.
-
I don’t have one, it was in response to your response about using $(NPP_DIRECTORY),
which would mean you need to concatenate directory and executable wheres $(NPP_FULL_FILE_PATH) is already the complete path.
Did I misunderstood something? -
@Ekopalypse I understood))
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login