Adding extensions to hundreds MAC files

Ask a Question related to Adobe Photoshop 7, CS, CS2 & CS3, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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?
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

  7. #6

    Default Re: Adding extensions to hundreds MAC files

    Thanks again
    86 Guest

  8. #7

    Default 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

  9. #8

    Default 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

  10. #9

    Default Re: Adding extensions to hundreds MAC files

    Who?

    Wanna buy a spelling checker engine and dictionary that all fits in 64K?
    r_harvey Guest

  11. #10

    Default 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

  12. #11

    Default 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

  13. #12

    Default 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

  14. #13

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139