How can i kill it with a Windows-batch-file?
This doesn´t work:
taskkill /IM cmd.exe /FI "PyPlanet"
tasklist /FI "PyPlanet" /V
Moderators: TheM, toffe, NADEO
taskkill /IM cmd.exe /FI "PyPlanet"
tasklist /FI "PyPlanet" /V
Code: Select all
the process could not be found
Code: Select all
error the search filter cannot be recognized
Code: Select all
taskkill /FI "WINDOWTITLE eq pyplanet*" /F
Code: Select all
@echo off
TITLE pyplanet
cd c:/tmn/pyplanet
python manage.py start
Users browsing this forum: No registered users and 1 guest