Every file is reported with its complete path and name on a separate line, e.g.
Code: Select all
W:\#1\ bookmarks-2012-03-10.json
The TAB character between the path and the name is causing me grief,
and I wish to remove each TAB, or replace with a normal Space.
Is there a simple command available in DOS to do this,
or do I have to dust of my tenuous grasp of writing a script and read each each line and replace with something like
http://www.dostips.com/?t=Snippets.Replace
Regards
Alan