Hello,
I have the following commands to get the number of lines that contains "here is the line". However the variable linecount is always null for me.
Any suggestion?
Thanks!
set linecount=(typet test.txt | find /c "here is the line')
echo linecount=%linecount