
I'm using find /c "ISPAM9InstallPath=%%programfiles%%\CAA_APPS\%%DSI%%\intel_a\fileabc.txt" bat file where I'm trying to find "#Role = VPMADMIN.ADMIN,VPMDESIGNER.VPM" with findstr commands like įindstr /s "#Role = VPMADMIN.ADMIN,VPMDESIGNER.VPM" fileabc.txtĪlso, I'm trying to find "ISPAM9InstallPath=%programfiles%\CAA_APPS\%%DSI%%\intel_a\fileabc.txt" I've been able to resolve other characters such as %program% by using %%program%% but for some reason replacing #string with #string is not working. Unfortunately the strings contain special characters. I'm searching files for text strings to make sure they've been updated.

I've tried /l and /C:string but it doesn't fix the problem either.

I've searched this site and others and still can't seem to solve this problem - a newbie problem I'm sure.
