Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Sequential File Name Numbering

Reply
Thread Tools Display Modes

Sequential File Name Numbering

 
 
VCMLB
Guest
Posts: n/a

 
      05-29-2008
I am trying to number file names sequentially. It works, but not how I would
like. I am trying to number file names as: Filename (10), Filename (11),
Filename (12)... What I get is: Filename (10), Filename (2), Filename (3)...
How do I do what I want?
 
Reply With Quote
 
 
 
 
Dave
Guest
Posts: n/a

 
      05-29-2008
VCMLB wrote:
> I am trying to number file names sequentially. It works, but not how
> I would like. I am trying to number file names as: Filename (10),
> Filename (11), Filename (12)... What I get is: Filename (10),
> Filename (2), Filename (3)... How do I do what I want?


Find a newsgroup that handles programming questions.
..


 
Reply With Quote
 
forum monger
Guest
Posts: n/a

 
      05-29-2008
this free program gives you total power over renaming files
http://www.bulkrenameutility.co.uk/Main_Intro.php

its a great tool


"VCMLB" <> wrote in message
news:344FFABC-E916-47FA-8F97-...
>I am trying to number file names sequentially. It works, but not how I
>would
> like. I am trying to number file names as: Filename (10), Filename (11),
> Filename (12)... What I get is: Filename (10), Filename (2), Filename
> (3)...
> How do I do what I want?



 
Reply With Quote
 
Aquarius
Guest
Posts: n/a

 
      05-29-2008
On May 29, 10:12 am, "forum monger" <forum.mon...@vertigo.lar.con>
wrote:
> this free program gives you total power over renaming fileshttp://www.bulkrenameutility.co.uk/Main_Intro.php
>
> its a great tool
>
> "VCMLB" <VC...@discussions.microsoft.com> wrote in message
>
> news:344FFABC-E916-47FA-8F97-...
>
> >I am trying to number file names sequentially. It works, but not how I
> >would
> > like. I am trying to number file names as: Filename (10), Filename (11),
> > Filename (12)... What I get is: Filename (10), Filename (2), Filename
> > (3)...
> > How do I do what I want?


Looks like a sorting issue: when you list file names in sorted order,
they are sorted alphabetically. In this way, you get 1,10,2,...

How to solve: always use same number of digits -> 01, 02 etc.
 
Reply With Quote
 
HeyBub
Guest
Posts: n/a

 
      05-29-2008
VCMLB wrote:
> I am trying to number file names sequentially. It works, but not how
> I would like. I am trying to number file names as: Filename (10),
> Filename (11), Filename (12)... What I get is: Filename (10),
> Filename (2), Filename (3)... How do I do what I want?


Because the digits are not numbers, they are characters.

If you had File1, File2, File11, File25 and converted the digits to letters,
you'd have ("b" = blank)

FileAb
FileAA
FileBb
FileBE

Basic rule: If you can't do arithmetic on them, the digits are not numbers,
they are characers.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
file icons dont match contents-file names hidden Fosbury Windows Vista File Management 0 05-07-2008 10:48 PM
Word 2007 Automatic numbering for Table captions and Figure captio Mac Windows Vista General Discussion 0 04-02-2008 07:47 PM
Vista Device numbering issue The Kontaminator Windows Vista General Discussion 1 01-03-2008 10:35 PM
coping file from a remote file share - FILE IS NO LONG THERE bogus error message Heith Windows Vista Networking 0 10-18-2007 08:58 PM
File Open and File Save As Dialog Freeze and Hang All Applications Lightfoote Windows Vista File Management 0 07-12-2006 04:39 PM



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