I got a requirement like, need to get few content from a website and i have to save that in a .txt file using batch scripting.
@echo off
echo.>"D:\Jai\dblank.txt"
by using above batch code i can only create a file in a location along with this i want to give the browser content in that .txt file. I am very new to batch scripting.
To use
General Use
Filter is for use in a command prompt. Filter.vbs must be run with cscript.exe. If you just type filter it will run a batch file that will do this automatically.
Filter reads and writes standard in and standard out only. These are only available in a command prompt.
Web
Retrieves a file from the web and writes it to standard out.
Example
Gets Microsoft's home page
Tags
Removes HTML tags from text.
Example