Search found 1 match

by farhankazi
27 Sep 2009 19:04
Forum: DOS Batch Forum
Topic: Find and replace with reserved characters.
Replies: 3
Views: 6516

Find and replace with reserved characters.

Dear All, I have following batch script which finds specified character in file names and replace it with another character that is mentioned inside the script. :: ----- Batch Script Start ------- :: ECHO OFF SETLOCAL EnableDelayedExpansion SET searchIn=C:\eBooks SET FindChr=% SET ReplaceChr=_ FOR /...