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
Post a Comment