PyPlanet Batch file (HomeHost)

Python 3 Server Controller for Trackmania and Shootmania for script-only modes.

Moderators: TheM, toffe, NADEO

Post Reply
fl3kzZ
Posts: 14
Joined: 16 Jan 2017, 04:22

PyPlanet Batch file (HomeHost)

Post by fl3kzZ »

hey guys

i made a simple batch script to automate the startup of PyPlanet.
because im lazy
Save it in the root folder of your Pyplanet install
Save as <whateveruwant>.cmd

Greetings FlekzZ

Code: Select all

@echo off
TITLE PyPlanet
SET me=%~n0
SET parent=%~dp0
if not "%minimized%"=="" goto :minimized
set minimized=true
start /min cmd /C "%~dpnx0"
goto :EOF
:minimized


call env\scripts\activate.bat

python manage.py start
endbase
Posts: 483
Joined: 26 Jun 2011, 19:34

Re: PyPlanet Batch file (HomeHost)

Post by endbase »

Thx man works like a charm :)
Post Reply

Return to “PyPlanet”

Who is online

Users browsing this forum: No registered users and 1 guest