Re: Changing file types
- Posted by Derek Parnell <ddparnell at bigpond.com> Jul 16, 2001
- 465 views
Hi Michael, if you have Windows ME or Windows 2000, you can do this is a DOS window. Enter the command below in the directory where the .sci files are... for %d in (*.sci) do @move "%~Pnxd" "%~Pnd.epu" If you have older versions of DOS/Windows then you can still do this... Step 1) If a DOS window use this command in the directory of the .sci files. for %d in (*.sci) do @echo >>x.bat move "%d" "%dX" Step 2) Use your favourite editor and edit x.bat. Change all '.sciX' into '.epu' Save the x.bat file Step 3) Run the x.bat file in the same directory. ----------- cheers, Derek Parnell Senior Design Engineer Global Technology Australasia Ltd dparnell at glotec.com.au --------------------- confidential information intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient of this message you are hereby notified that any use, dissemination, distribution or reproduction of this message is prohibited. If you have received this message in error please notify the sender immediately. Any views expressed in this message are those of the individual sender and may not necessarily reflect the views of Global Technology Australasia Limited.