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)"