start_win.cmd 73 B

12345
  1. @echo off
  2. start http://localhost:8000
  3. cd bin
  4. server.exe -i ../
  5. exit