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

[ad_1]

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.

1

[ad_2]

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