set currentdir=%~dp0
"%currentdir%wrapper.exe" -t wrapper.conf

For /F "tokens=1-2 delims=/ " %%a in ('type "%currentdir%port.txt"') do SET portstring=%%a
For /F "tokens=1-2 delims=/ " %%a in ('type "%currentdir%host.txt"') do SET hoststring=%%a

REM Use "ping" to sleep for a few seconds because the DOS shell does not have "sleep"
ping localhost -n 5


start http://%hoststring%:%portstring%/Maya7.0/en_US/index.html
