I need to put the content of a command inside a variable The command is
findstr dftFileName test
but the output of this batch is the command itself
set one=findstr dftFileName test
echo %one%
I need to put the content of a command inside a variable The command is
findstr dftFileName test
but the output of this batch is the command itself
set one=findstr dftFileName test
echo %one%