Hi
In the old days (pre-Windows ME) the operating system did not allow spaces in the filename. Now with XP, spaces are allowed. So whereas before I would have a file called - 'MyDataFile.doc' now I can call it 'My Data File.doc'
I used to use a Dos batch file to rename (or copy) lots of files with the simple command line
'RENAME MyDataFile.Doc NewDataFile.doc' etc.
And when you run this in a Dos window the files would be renamed.
The trouble is I can't use this approach if there are spaces in the files name beacuse the Dos command line rejects
'RENAME My Data File.Doc New Data File.doc'
Does anyone have an alternative way to rename lots of files either in a batch file or using Explorer or some other utility ??
Thanks
In the old days (pre-Windows ME) the operating system did not allow spaces in the filename. Now with XP, spaces are allowed. So whereas before I would have a file called - 'MyDataFile.doc' now I can call it 'My Data File.doc'
I used to use a Dos batch file to rename (or copy) lots of files with the simple command line
'RENAME MyDataFile.Doc NewDataFile.doc' etc.
And when you run this in a Dos window the files would be renamed.
The trouble is I can't use this approach if there are spaces in the files name beacuse the Dos command line rejects
'RENAME My Data File.Doc New Data File.doc'
Does anyone have an alternative way to rename lots of files either in a batch file or using Explorer or some other utility ??
Thanks