computing
  • 11

Solved Findstr Is Working In CMD Line But Not Working In Batch

  • 11

Good Morning!!

Can anyone help me out for below issue ?

The below Findstr command is working fine when i run in command line but it is not working when i run as a batch script.

FINDSTR /M /C:”Error” %OutputFolder%\FB1_Out.txt > Err.txt

The output of the command is : Name of the filename.

message edited by suhailabbas

Share