Is it possible to get a computer to list it's files in numerical order. i.e. not listing all files that start with the number 1 first, which results in numbers such as 150 or 1200 coming before 2. There must be a way?
I use a free utility http://www.1-4a.com/rename/download.htmto add leading zeroes etc. It's not exactly intuitive but with a bit of playing around you'll get the hang of it.
Make 250 into 0250 (ie. every file name preceded with a number of fixed length, 0001 to 9999 etc) and then it'll order before 1250. If the files were created in successive numerical order, you could order by Date Created or Date Modified.