i was making a program for command line and it was very easy to make it a command in other operation systems. but i tried to make another version of that program in windows. i turned the script into a .exe
file using pyinstaller and then i searched for making it a command so i can run it from windows command prompt but the only way that i found was to move the script to system32 folder. i have config files and also it doesn't make sense to put a script in system32.
is there any other way to do that?