Re: Changing file types
- Posted by Derek Parnell <ddparnell at bigpond.com> Jul 17, 2001
- 472 views
Thanks Lewis, I didn't know that. I've re-read the docs on REN and it doesn't really suggest you can do that but it works. ----- Original Message ----- From: "Lewis Townsend" <keroltarr at HOTMAIL.COM> To: "EUforum" <EUforum at topica.com> Subject: Re: Changing file types > > > Hello, > > > > for %d in (*.sci) do @move "%~Pnxd" "%~Pnd.epu" > > for %d in (*.sci) do @echo >>x.bat move "%d" "%dX" > > whats wrong with the DOS command: > > ren *.sci *.epu > > I haven't actually tested this but it makes sense to me. > > later, > Lewis Townsend > > > >