Rename DOS Filenames

I got handed a task of removing a "_" and replacing it with a "." in a dos filename... there are 200+ files..

i get the idea to change a string... all i need is the property/method to access and change a filename... any help is appreciated.. either this or the F2 key will come in very handy!
[301 byte] By [meternx01] at [2007-11-17 17:09:46]
# 1 Re: Rename DOS Filenames
Look in MSDN for DIR() and REPLACE() functions and NAME statement for VB.

Good Luck,
-Cool Bizs
coolbiz at 2007-11-10 0:22:35 >