run_supertux.bat 61 B

12345
  1. @echo off
  2. pushd "%~dp0"
  3. start "" "bin\supertux2.exe" %*
  4. popd