diff --git a/run_desktop.bat b/run_desktop.bat
new file mode 100644
index 0000000000000000000000000000000000000000..2a46b7eadff5961718ed67e58a1fd28346c329dd
--- /dev/null
+++ b/run_desktop.bat
@@ -0,0 +1,6 @@
+SET CURRENT_PATH=%PATH%
+
+CALL set_path_for_ISH_2017_Demo.bat
+CALL build\bin\ISH_2017_Demo.exe
+
+set PATH=%CURRENT_PATH%
\ No newline at end of file