batch file - What does %* mean? -


i installed pychecker , noticed batch file should use run pychecker has these entries:

c:\python26\python.exe 

c:\python26\lib\site-packages\pychecker\checker.py %* 

what second line mean?

what seeing isn't python code. windows command script.

%* means pass arguments passed batch file.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -