Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does %* mean?

Tags:

batch-file

I installed pychecker and noticed the batch file I should use to run pychecker has these entries:

C:\Python26\python.exe

C:\Python26\Lib\site-packages\pychecker\checker.py %*

What does the second line mean?

like image 591
LKa Avatar asked Sep 05 '26 16:09

LKa


1 Answers

What you are seeing isn't Python code. It is a Windows command script.

%* means pass all the arguments that you passed to the batch file.

like image 50
Nick Avatar answered Sep 07 '26 11:09

Nick



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!