I'm trying to launch python file (here pdfid.py) from my cmd like that :
pdfid.py mypdf.pdf
But the .py file don't work
But it worked when I use the cmd :
python <PATH>\pdfid.py mypdf.pdf
I already added the pdfid on my windows PATH and python (python version 3)
I tried to change the executable python who launched the pdfid.py but it didn't worked
I tried to create a shortcut pdfid.py who launched the cmd : cmd /k <PATH>/pdfid.py
but it don't work either