Add new comment

HI,
I want to use the /g option to extract a couple of things from ini files, basically: the content of text file given as argument to the /g option looks like this:

"DestinationDirectory="
"[*$*.???]"

however, when I issue the command:

findstr /n /i /s /g:finddata.txt *.ini

it hangs there forever :-( Even I added the .out file to send the results, but that did not work. Any suggestions what am I doing wrong? Regards,