It looks like there’s a small issue with the syntax in your command. You have curly braces {} in the file paths, which are causing the error. Try removing them and make sure your paths are correctly formatted. Here’s an updated version of your command:
@echo off cd C:\Users\misha\Desktop\performance_monitor C:\Users\misha\AppData\Local\Programs\Python\Python313\Lib\site-packages\pip\app.py pause
Make sure to double-check that the file paths are correct and that Python is installed properly on your system