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
I was using this script https://github.com/npocmaka/batch.scripts/blob/master/hybrids/jscript/winhttpjs.bat. So what I want is to get the response and make it as a variable and not using external txt files.
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for using my tools.
Ty using -saveTo con to print it in the console
-saveTo con
Sorry, something went wrong.
Thanks but what I want is to store the response in a variable
Use for loop
setlocal enableDelayedExpansion for /f "tokens=* delims=" %%# in ('winhttpjs.bat ... -saveto con') do ( set "response=!response! %%#" )
No branches or pull requests
I was using this script https://github.com/npocmaka/batch.scripts/blob/master/hybrids/jscript/winhttpjs.bat. So what I want is to get the response and make it as a variable and not using external txt files.
The text was updated successfully, but these errors were encountered: