UNH_PIPE 1.22

UNH_PIPE is a version of UNH that accepts its input from a pipe. The program creates two output files and assigns names to these files based on the input file name. The stripped output file is given the same name as the input file with a '.txt' extent added. The URLs found in the input source are placed in a file that has the same name as the input file with a '.url' extent added.

This utility is made available to registered users of PMStripper to allow them to process multiple HTML files with a single command. It uses the same logic to strip the HTML codes as PMStripper.

If UNH_PIPE is executed without an input pipe, it will appear to hang, and pressing the 'Enter' key will cause it to display the following information.


 UNH_PIPE 1.22 HTML stripper by Don Hawkinson  dwhawk@tulsaconnect.com
 
 usage:  dir /b *.htm | unh_pipe 
 
	file.htm == html file
	output file == file.htm.txt == stripped text output file
	URL file == file.htm.url == URLs from html source file 

Back