Page 1 of 1

PyPlanet Batch file (HomeHost)

Posted: 21 Jun 2017, 22:08
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

Re: PyPlanet Batch file (HomeHost)

Posted: 02 Jul 2017, 10:37
by endbase
Thx man works like a charm :)