Post Reply 
Help with DOS batch file please
07-30-2014, 09:34 PM
Post: #8
RE: Help with DOS batch file please
I know this will be no use to Joe, but in case anybody's interested in the Linux way, just open a Bash terminal and type the command:

for F in *.FRED.txt; do mv $F ${F/.FRED}; done
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 - r. pienne - 07-30-2014 09:34 PM



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