Ask a Question related to Adobe Photoshop 7, CS, CS2 & CS3, Design and Development.
-
86 #1
Adding extensions to hundreds MAC files
This has been answered before but I can't find it. (Thought I bookmarked it but obviously didn't!)
Len Hewitt gave an answer using a DOS Command.
Problem is a client has CD's with hundreds of eps files saved on a MAC without the file extension.
All that is involved is copying the files to the HDD & renaming them with the *.eps extension so that PC Photoshop can recognise them.
Very time consuming with this number of files though!
So Len or anyone else, could you please reply with the DOS command?
Many thanks
86 Guest
-
Hundreds of .Lck files that we didn't lock
I manage an intranet and one of my users is having a nightmare of a problem. She doesn't know what she did wrong, but Contribute has copied hundreds... -
How to use Dreamweaver Extensions files?
Hello, I just downloaded DW and one of my friendz gave a file with filetype .mpx !!! how can i use this kind of file? -
hundreds of millions row dBs
Hello all, I am interested in using Postgresql for a dB of hundreds of millions of rows in several tables. The COPY command seems to be way too... -
Adding extensions under windows
Hi guys, I'm trying to add php_xslt and php_dom_xml extension to the php interpreter, but the interpreter can't load the files also if they are... -
Adding file extensions recognized by Dreamweaver MX
I followed instructions from Macromedia's web site on how to add the extension ".inc" to Dreamweaver MX. Before doing this, include files could... -
YrbkMgr #2
Re: Adding extensions to hundreds MAC files
Put them in their own folder.
At the DOS prompt, in that folder type:
rename *.* *.eps
That's "rename space star dot star space star dot eps".
All files will be renamed to whatever their filename was, plus the eps extension.
Peace,
Tony
YrbkMgr Guest
-
r_harvey #3
Re: Adding extensions to hundreds MAC files
When you copy the files from the CD, they will have the read-only attribute set. To be able to open, edit and save the files, you will have to change them to read/write:
ATTRIB -R *.eps
If the files are in a directory that contains other files that have extensions (such as PSD), and you don't want to rename them, use this form of the RENAME command:
RENAME *. *.eps
This command will ignore files that already have extensions.
r_harvey Guest
-
86 #4
Re: Adding extensions to hundreds MAC files
Many thanks for that Tony & r_harvey.
I never had to learn DOS commands in my 5-6 yrs of computing.
All very new to me.
Through this little exercise I also learned to add the 'CD folder name' line to access the folder.
Didn't know that!
Your renaming & attribute commands worked a treat.
How does one learn basic DOS commands?
86 Guest
-
r_harvey #5
Re: Adding extensions to hundreds MAC files
Besides the usual Google search, there's a little one at my place <http://ourworld.compuserve.com/homepages/r_harvey/doc_dos.htm>. It's from a book I did, so there are references to an HP machine that is long-gone.
r_harvey Guest
-
-
r_harvey #7
Re: Adding extensions to hundreds MAC files
That graphical-interface mouse-click thing is just a fad.
The text mode version of Photoshop should really fly.
r_harvey Guest
-
dave milbut #8
Re: Adding extensions to hundreds MAC files
I think I'm going to learn to love DOS!!
wow. haven't heard that in a couple of (dozen) years. :)
rich... nice job. i tracked down your utility pack via google. very cool. only for pocket pc though? anything for the palm?
dave milbut Guest
-
r_harvey #9
Re: Adding extensions to hundreds MAC files
Who?
Wanna buy a spelling checker engine and dictionary that all fits in 64K?
r_harvey Guest
-
r_harvey #10
Re: Adding extensions to hundreds MAC files
Wait until you accidently type DEL/S *.*
More innocent-looking version of the same thing:
DEL/S .
r_harvey Guest
-
r_harvey #11
Re: Adding extensions to hundreds MAC files
the owls are out.
Some of us are Esquilaxes <http://ourworld.compuserve.com/homepages/r_harvey/rabbit.htm>.
r_harvey Guest
-
Klaas Visser #12
Re: Adding extensions to hundreds MAC files
Some of us are Esquilaxes
Hmmm, - how easy is it to get the saddle on?
<grin>
neat site, BTW
Klaas Visser Guest
-
r_harvey #13
Re: Adding extensions to hundreds MAC files
how easy is it to get the saddle on?
One paw at a time. Thanks.
....in Photoshop.
r_harvey Guest



Reply With Quote

