From 6216307fd508672665a3fd14fdcf8997c93973be Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Wed, 13 Feb 2019 12:27:08 +0100 Subject: [PATCH] Fix Notepad++ integration docs to better handle box removal --- docs/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.html b/docs/install.html index 5526b50..797f091 100644 --- a/docs/install.html +++ b/docs/install.html @@ -204,7 +204,7 @@ cmd.exe /c exit %RANDOM% set tempfile = $(SYS.TEMP)\NppBoxes_$(EXITCODE).out.txt set ascfile = $(SYS.TEMP)\NppBoxes_$(EXITCODE).in.txt sel_saveto $(ascfile) :a -boxes -d nuke -s 80 -pt1 -ac "$(ascfile)" "$(tempfile)" +cmd.exe /c boxes -d nuke -s 80 -pt1 -ac "$(ascfile)" > "$(tempfile)" sel_loadfrom $(tempfile) cmd.exe /c del /f /q "$(tempfile)" "$(ascfile)"