Change path of python to be where python is actually in

This commit is contained in:
Itay Mizeretz 2019-02-10 18:21:59 +02:00
parent 8ef70850de
commit 2f45280f71
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@title C^&C Server
@pushd ..
@monkey_island\bin\Python27\python monkey_island.py
@monkey_island\bin\Python27\Scripts\python monkey_island.py
@popd