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
https://github.com/google/UIforETW/blob/master/LabScripts/GeneralTracing/set_vars.bat#L15
It looks like the device that I am running these tests (version "Microsoft Windows [Version 10.0.15063]")
Does not support pipes.
Could we
or
The text was updated successfully, but these errors were encountered:
This should be equivalent. It uses a temporary file instead of the pipe operator. Does that work better?
ver >%temp%\version_information.txt find "6.1" <%temp%\version_information.txt if %errorlevel% == 0 goto Windows7
Sorry, something went wrong.
No branches or pull requests
https://github.com/google/UIforETW/blob/master/LabScripts/GeneralTracing/set_vars.bat#L15
It looks like the device that I am running these tests (version "Microsoft Windows [Version 10.0.15063]")
Does not support pipes.
Could we
or
The text was updated successfully, but these errors were encountered: