Search found 1 match

by James Adams
27 Jul 2012 04:21
Forum: DOS Batch Forum
Topic: Find Special characters and replace with space
Replies: 3
Views: 4239

Re: Find Special characters and replace with space

[edit by Ed Dyreen] banned for posting nonsense ! C:\test\schar>type fox.bat @echo off sed "y/_=!@#$^&*()%%/ /" filein.txt >fileout.txt type filein.txt echo. type fileout.txt C:\test\schar> C:\test\schar> fox.bat file_two.txt file$three.txt file!@#$four.txt file two.txt file three.txt...