summaryrefslogtreecommitdiff
path: root/tools/RunIvyTestReady.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/RunIvyTestReady.bat')
-rw-r--r--tools/RunIvyTestReady.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/RunIvyTestReady.bat b/tools/RunIvyTestReady.bat
new file mode 100644
index 0000000..b908633
--- /dev/null
+++ b/tools/RunIvyTestReady.bat
@@ -0,0 +1,6 @@
+@echo off
+echo Starting Application A
+start Win32\Release\IvyTestReady.exe
+echo Starting Application B
+start Win32\Release\IvyTestReady.exe 0
+pause