I'm trying to convert my python code into bat file.
I used the following guide: https://datatofish.com/batch-python-script/ but the problem it relies on pathes from my own computer, and when i sent it to someone else he wasn't able to run it.
this is what i put in my txt file:
"C:\Users\Adi Portal\AppData\Local\Programs\Python\Python37\python.exe" "C:\Users\Adi Portal\PycharmProjects\War_Management_Project\CompanyCommander.py"
pause
I would like to know what should i change in the txt file so other people can run it in their computer.