rocket/ogl_editor/scripts/win32_launch_vs.cmd
2014-09-14 09:13:23 +02:00

9 lines
233 B
Batchfile

@echo off
start t2-output\RocketEditor.sln
REM ======= Wait 3 seconds, hopefully the VS window has appeared by then =========
REM Without this delay, the VS window will be opened in the background
ping 127.0.0.1 -n 6 -w 1000 >NUL