Is there a way to find the length of a string in Batch/PowerShell Script/VBScript? [closed]

findstr /m /R "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]" *.txt

will list those files

see findstr /? from the prompt.

Browse More Popular Posts

Leave a Comment