rocket/ogl_editor/scripts/win32_launch_vs.cmd
2014-09-14 08:37:34 +02:00

9 lines
227 B
Batchfile

@echo off
start t2-output\Marine.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