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
Important note: This works correct in a windows command prompt, but not in PowerShell.
Steps to reproduce: Run the following two commands in PowerShell:
mlcp $LASTEXITCODE
The first command prints the usage, the last one the error code (or exit code)
Expected output: 1 Actual output: 0
OS: Windows 10 MLCP: 10.0.4.2
Suggested fix. Add a the following command to the end of the bat file:
exit /B %errorlevel%
The text was updated successfully, but these errors were encountered:
abika5
No branches or pull requests
Important note: This works correct in a windows command prompt, but not in PowerShell.
Steps to reproduce: Run the following two commands in PowerShell:
mlcp $LASTEXITCODE
The first command prints the usage, the last one the error code (or exit code)
Expected output: 1
Actual output: 0
OS: Windows 10
MLCP: 10.0.4.2
Suggested fix.
Add a the following command to the end of the bat file:
The text was updated successfully, but these errors were encountered: