Usage: STRINGS [/?][/M][/Q][/Pc][/Bn][/I][/U] [env var =] FUNCTION [Params]
/M - Use master environment
/Q - Suppress output to screen
/Pc - Use char c instead of ',' as the parse character
/B...
Does anyone know how I can extract the first 8 and the last 10 lines of a text file and output them into another text file, or two seperate text files, either way will do.
a. checks to see that the source file exists, if not...error and exit.
if errorlevel=0 will return a true value if errorlevel is equal or greater than zero, not only if it's zero (so, 'if errorlevel=0' is a "useless" string, since it will always return a true value). On ...