Search & Replace - I'm getting crazy
Posted: 07 Apr 2010 09:02
Hi,
probably it's a stupid thing but I don't understand what is wrong.
I tried to use BatchSubstitute.bat, but doesn't work on my machine.
C:\>BatchSubstitute.bat Andrea AAA ReinsuranceValues.txt
find: invalid predicate `'
The process tried to write to a nonexistent pipe.
I tried to change the predicate ' with ´ or ` but the error is:
C:\>BatchSubstitute.bat Andrea AAA Values.txt
The system cannot find the file ┤"type Values.txt|find /n /v """┤.
C:\>BatchSubstitute.bat Andrea AAA Values.txt
The system cannot find the file `"type Values.txt|find /n /v """`.
Which is the secrects to use it?
Thanks in advance
Andrea
probably it's a stupid thing but I don't understand what is wrong.
I tried to use BatchSubstitute.bat, but doesn't work on my machine.
C:\>BatchSubstitute.bat Andrea AAA ReinsuranceValues.txt
find: invalid predicate `'
The process tried to write to a nonexistent pipe.
I tried to change the predicate ' with ´ or ` but the error is:
C:\>BatchSubstitute.bat Andrea AAA Values.txt
The system cannot find the file ┤"type Values.txt|find /n /v """┤.
C:\>BatchSubstitute.bat Andrea AAA Values.txt
The system cannot find the file `"type Values.txt|find /n /v """`.
Which is the secrects to use it?
Thanks in advance
Andrea