diff --git a/app/restart_chrome.bat b/app/restart_chrome.bat new file mode 100644 index 0000000..57f32f2 --- /dev/null +++ b/app/restart_chrome.bat @@ -0,0 +1,2 @@ +taskkill /IM chrome.exe /f +start "" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files && exit