historical/toontown-classic.git/win32/test_game.bat
2024-01-16 11:20:27 -06:00

11 lines
251 B
Batchfile

@echo off
title Toontown Online - Game Client
cd..
rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%:
set /P PPYTHON_PATH=<PPYTHON_PATH
set TTOFF_LOGIN_TOKEN=dev
"panda\python\ppython.exe" -m toontown.launcher.TTOffQuickStartLauncher
pause