Is it possible to display the HTML Code of a webpage in a batch file?
For my new program I want to echo the code of a webpage. I searched on google and Stack Overflow but didn´t found something like this. I do not want to use external programs like URL2FILE or something like this. This code is from a previous question that only needed to do the query to the server (linked in comments) with the "display" of the page source code added. @if (@This==@IsBatch) @then @echo off rem **** batch zone ********************************************************* setlocal enableextensions disabledelayedexpansion rem Batch file will delegate all the work to the script engine if