run_supertux_portable.bat 98 B

123456
  1. @echo off
  2. pushd "%~dp0"
  3. set "SUPERTUX2_USER_DIR=%~dp0\user\"
  4. start "" "bin\supertux2.exe" %*
  5. popd