We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is my batch script:
@echo off python %APPDATA%"\pdviewer\pdviewer.py" %1 pause
The python file should take the first argument and process it but it gives the error:
file_path = sys.argv[1] IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
No, tested it on this script :
call C:\N1\BAT\!SM122.BAT %1 exit /b
and the %1 variable works in the script but not in the finished EXE.
Sorry, something went wrong.
No branches or pull requests
This is my batch script:
The python file should take the first argument and process it but it gives the error:
The text was updated successfully, but these errors were encountered: