From 393233b346ddd9688da96493f7a18900b589c0e1 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 21 Jul 2020 17:12:42 +0900 Subject: [PATCH] Update uriloader.js --- uriloader.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uriloader.js b/uriloader.js index 9360029..cc4abb9 100644 --- a/uriloader.js +++ b/uriloader.js @@ -32,6 +32,9 @@ return { case "mscalc": filename = "calc"; break; + case "msie": + filename = "%PROGRAMFILES%\\Internet Explorer\\iexplore.exe"; + break; case "msexcel": filename = "%PROGRAMFILES%\\Microsoft Office\\Office15\\EXCEL.EXE"; break;