Access denied when using findstr windows command

121 Views Asked by At

I'm running a windows batch file containing the following command: echo ABC | findstr A which returns Access denied when executed in a specific folder.
I copied and executed the file in any random folder and it returned the result correctly, there is one specific folder from which the execution will return access denied, I checked the Security configuration for the folder and everything is identical to the configuration of other folders, please any insights?

0

There are 0 best solutions below