Post Reply 
Help with DOS batch file please
07-31-2014, 09:40 AM
Post: #10
RE: Help with DOS batch file please
I realize this has already been answered. Being an old PC/DOS user I had a different approach. I have VISTA Home Premium SP2 specifically. Maybe that makes no difference; haven't kept up with nuances of Windows for years.

Test & verify on your system by a using a temp directory and a few sample files and use the following DOS commands from at the c:\temp> prompt

rename *.FRED.txt *.
rename *.FRED *.txt

---------------------------------------------------------

rename *.FRED.txt *.
-->> produces *.FRED

rename *.FRED *.txt
-->> produces *.txt
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Help with DOS batch file please - Joe Horn - 07-30-2014, 06:13 PM
RE: Help with DOS batch file please - Duane Hess - 07-31-2014 09:40 AM



User(s) browsing this thread: 1 Guest(s)