Dec 132017
Finds a line in a text file containing 1 or 2 strings and writes the line to the output file in a wrapped to 77 chacter form, for use with Programer’s Corner file list and LIST.EXE reader, with .bas source code and .bat ex | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
FINDWRAP.BAS | 3602 | 1315 | deflated |
FINDWRAP.DOC | 791 | 373 | deflated |
FINDWRAP.EXE | 46242 | 33339 | deflated |
Download File FINDWRAP.ZIP Here
Contents of the FINDWRAP.DOC file
FINDWRAP.EXE is a program to find lines in a text file by one search
string or by the the occurance of both of two strings, and to wrap the
found line into lines of 77 or less characters at a space. If no space
is found by 60 characters then it is wraped at 77. Arguments are:
input file - source
output file - results
string 1 - optional
string 2 - optional
Without search strings it only wraps the file.
FPS.BAT is an aplication of FINDWRAP.EXE with the souce file as
PCLST and the output as the first argument, and the search string
as the second argument, with the third argument as an optional
second search string. If the first or second arguments are not
included then FPS.BAT does not execute FINDWRAP.EXE.
December 13, 2017
Add comments