source: GTP/trunk/App/Demos/Illum/IBRBillboardCloudTrees/Shark3D/demo_v5x0x7_t164x31u_enterpr_kwin32/win32_run.bat @ 2330

Revision 2330, 296 bytes checked in by igarcia, 17 years ago (diff)
Line 
1setlocal
2call win32_env.bat
3
4set PARAM=win32_run.cfg -comaddrport %S3D_HOSTADDR%:33302
5set PLAYEREXE="%S3D_SDKDIR%\bin\win32_vc7x1\%S3D_RUNCFG%\shark3d_player.exe"
6start "Shark 3D Player" %PLAYEREXE% %PARAM%
7if errorlevel 1 goto error
8
9exit /B 0
10
11:error
12echo Error.
13pause
14exit /B 1
Note: See TracBrowser for help on using the repository browser.