From feaa454654edbbd0f9e33f0ba5e0a1f7d0fe1990 Mon Sep 17 00:00:00 2001
From: Heiko Overath <overath@vr.rwth-aachen.de>
Date: Thu, 26 Oct 2017 10:18:40 +0200
Subject: [PATCH] ADD Script to start desktop version without VS

---
 run_desktop.bat | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 run_desktop.bat

diff --git a/run_desktop.bat b/run_desktop.bat
new file mode 100644
index 0000000..2a46b7e
--- /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
-- 
GitLab