File names with sequential numbering

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

  1. #1

    Default File names with sequential numbering

    I have been sent a large number of files with descriptive file names. I would like to rename these files with a filename of "Prefix + sequential serial number + extension" instead.
    I can do this easily with the file naming section in a batch command, but I can't work out how to reset the serial number to a specific number when doing a series of batches (that is, I don't want to start the sequence at 001). Any suggestions?
    Peter Mansell Guest

  2. Similar Questions and Discussions

    1. File paths and File names generated by Contribute
      I'm demo-ing Contribute and have a question. I have a some calendar pages to which I am linking. These are normally created incrementally, not...
    2. Best Method?: For Resetting sequential numbering . .. . .
      Hi Leonard, I don't know about mysql but the ms access help (search autonumber) gives a detailed instruction on how to do this. But basically...
    3. DataBinding to a Sequential File
      I am new to vb.net and I am running into problems understanding DataBinding and its concept. The only examples I find are always talk about Web...
    4. Unique file names.
      I have a bit of a problem and I'm wondering if there is a better solution. I have a Perl program (of course) which reads STDIN and breaks it into...
    5. Seeking critique of simple file line numbering code.
      I realize that grep performs some of this same functionality, but I just wanted to create the tool on my own for the experience. To that end, I'm...
  3. #2

    Default Re: File names with sequential numbering

    If all you're doing is renaming them (v. saving as a different file format) and you have version 7, it's just as easy to do in the file browser. Whichever the case, use this:

    #006# will create a three digit number begining with 6. Just put that in the rename box in which you want it to appear and you're done.

    So.. "Document Name" + #0100# + "extension" will start at 100 and use 4 digits.

    Peace,
    Tony
    YrbkMgr Guest

  4. #3

    Default Re: File names with sequential numbering

    Thanks Tony, that sounds very simple. Of course I forgot to mention that I am using v6! in which the #00x# strategy doesn't seem to work.

    The work around method that I have considered is to process the files in batches of 1000 using the 3 digit serial number option after an alphanumeric prefix... the first batch would be renamed
    "RVU0" + "3 digit serial number" + "extension"
    and the next 1000 would be renamed
    "RVU1" + "3 digit serial number" + "extension"
    and so on.
    I had hoped there would be a more elegant solution (or maybe I could just buy v7?!)
    Regards
    Peter
    Peter Mansell Guest

  5. #4

    Default Re: File names with sequential numbering

    Peter,

    In truth, I never tried it in v6, so I can't say. But if you're considering v7, wait; rumor has it v8 is to be released soon. My guess (and it's only a guess, is that we will see 8 by October.

    In any event, I don't think there's a more elegant solution if the #NNN# strategy doesn't work in 6. Sorry.

    Peace,
    Tony
    YrbkMgr 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