source: GTP/trunk/App/Demos/Illum/Shark3D/version164x12u/IllumDemo/win32_run.bat @ 2196

Revision 2196, 296 bytes checked in by szirmay, 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.