Need help changing extensions

FredLocks

Member
Nov 5, 2001
185
0
0
I am running Win 98SE. I am downloading game demos of RTCW with a .dm_59 extension. I need to change that to a .dm_60. I tried renaming when I downloaded but it keeps the .dm_59. How can I do this.

Thanks
 

Mucho

Guest
Oct 20, 2001
8,231
2
0
I would copy it to root, then go the DOS promt and type: rename a. dm_59 a.dm_60
 

Mucho

Guest
Oct 20, 2001
8,231
2
0
You could use the wildcard symbol "*" instead of "a" eg rename *. dm_59 space *. dm_60
 

FredLocks

Member
Nov 5, 2001
185
0
0
So like this either:

rename demo.dm_59 demo.dm_60
or
rename *.dm_59 *.dm_60 (this will change all my demos?????)

sorry to make you go into so much detail, dos was a long time ago for me :)
 

Mucho

Guest
Oct 20, 2001
8,231
2
0
Yes; I had 160 .wma files I wanted to change into MP3s so I copied all the wma files into a folder on the root directory navigated into the folder then typed "rename *.wma *.MP3" all 160 wma files were trhen changed tp MP3s.

PS space between *.wma and *.MP3