The natural way to use python in Windows would be the GUI
But that will create a syntax error
python xcommon/util/rename_repository.py xcore_template my_repo
using
cmd ->
add python path
python xcommon/util/rename_repository.py xcore_template my_repo
works but it is not obvious in Windows