| 
				
				batch file help
			 
 Would anyone have a small snippet of code that I can include in a batch file that would look though all the characters of a multiline text file and anytime it comes across any of the following characters, [ + / * ? < > , . : ; " " \ = [ ] |, it would simply replace it with a space.
 I've got a VB script that will do this, but it would be a lot more efficient as a batch file.
 
 Thanks
 |