I have a script:
C:\"Program Files (x86)"\Dell\"Command Configure"\X86_64\cctk advsm --report=All | findstr /c:"Current speed" >> %LOG_FILE_NAME%
which gives following output:
Current speed : 3101 rpm
I just need the actual value "3101" not the whole line. How can I get this?