Find missing files in a row of consecutively numbered files

blackdot

New member
Member
Local time
7:09 AM
Messages
51
I have like

img0000.png
img0001.png
img0002.png
etc

up tp 5000


Do you know a program which can search for missing files in this row?
 

My Computer My Computer

At a glance

desktop: win7 professional x86, laptop: win7 ...desktop: intel e6400 dual @ 2.13ghz, laptop: ...
OS
desktop: win7 professional x86, laptop: win7 prof. x64
CPU
desktop: intel e6400 dual @ 2.13ghz, laptop: intel i7 quad
Internet Speed
20Mbit/s dwn, 2Mbit/s up
Not that I know of, other than just using your eyes.
 

My Computer My Computer

At a glance

XP / Win7 x64 ProIntel Quad-Core Q9450 @ 3.2GHz2x2GB GSkill DDR2NVIDIA GeForce 8600 GTS (EVGA)
OS
XP / Win7 x64 Pro
CPU
Intel Quad-Core Q9450 @ 3.2GHz
Motherboard
Asus P5-E
Memory
2x2GB GSkill DDR2
Graphics Card(s)
NVIDIA GeForce 8600 GTS (EVGA)
Monitor(s) Displays
Dell 2408WFP
Screen Resolution
1920x1200
Fairly easy to do. Excel can find the missing items. You can "pipe" the list of files into a text file and then open that in Excel with this command:

dir /b > list.txt

You'll need to be in your folder at a command prompt to run that command. Then open list.txt in Excel.

Follow these steps in Excel to find the missing numbers:

[FONT=Arial, Helv][SIZE=-1]It is assumed the list is sorted.
[/SIZE][/FONT]
[FONT=Arial, Helv][SIZE=-1]
1. Highlight the second number all the way down to the last. So if your numbers are in cells A1 down to A100, please highlight cells A2 to A100.[/SIZE][/FONT][FONT=Arial, Helv][SIZE=-1]2. Click on Format - Conditional Formatting[/SIZE][/FONT]
[FONT=Arial, Helv][SIZE=-1]3. Click on the "Cell Value Is" dropdown list, then click on "Formula Is"[/SIZE][/FONT]
[FONT=Arial, Helv][SIZE=-1]4. In the box to the right, type +(A2-A1)>1[/SIZE][/FONT]
[FONT=Arial, Helv][SIZE=-1]5. Click on the "Format" button, the "Patterns" tab, and the background color that you like.[/SIZE][/FONT]
[FONT=Arial, Helv][SIZE=-1]6. Click on the "OK" button.[/SIZE][/FONT]
[FONT=Arial, Helv][SIZE=-1]7. Click on the "Add »" button.[/SIZE][/FONT]
[FONT=Arial, Helv][SIZE=-1]8. Click on the "Cell Value Is" dropdown list, then click on "Formula Is"[/SIZE][/FONT]
[FONT=Arial, Helv][SIZE=-1]9. In the box to the right, type +(A2-A3)<-1[/SIZE][/FONT]
[FONT=Arial, Helv][SIZE=-1]10. Click on the "Format" button, the "Patterns" tab, and the background color that you like.[/SIZE][/FONT]
[FONT=Arial, Helv][SIZE=-1]11. Click on the "OK" button. Click on the Conditional Formatting dialog box's "OK" button.[/SIZE][/FONT]

Numbers before and after a missing number will be in color now.
 

My Computer My Computer

At a glance

Windows 7 Ultimate RTM (Technet)3.00 gigahertz Intel Core2 Duo E84004GBATI Radeon X1950 Pro
Computer Manufacturer/Model Number
Custom
OS
Windows 7 Ultimate RTM (Technet)
CPU
3.00 gigahertz Intel Core2 Duo E8400
Motherboard
ASUSTeK Computer INC. P5K/EPU Rev 1.xx
Memory
4GB
Graphics Card(s)
ATI Radeon X1950 Pro
Sound Card
Built in HD Audio
Monitor(s) Displays
22" Gateway LCD
Screen Resolution
1920 x 1200
Hard Drives
ST3160023A [Hard drive] (160.04 GB) -- drive 0, rev 8.01, ST3500630AS [Hard drive] (500.11 GB) -- drive 2, rev 3.AAK
ST3500630AS [Hard drive] (500.11 GB) -- drive 1, rev 3.AAK
Keyboard
Logitech G11
Mouse
Microsoft Wireless Laser Mouse 5000
Internet Speed
13.44 Mbps

My Computer My Computer

At a glance

desktop: win7 professional x86, laptop: win7 ...desktop: intel e6400 dual @ 2.13ghz, laptop: ...
OS
desktop: win7 professional x86, laptop: win7 prof. x64
CPU
desktop: intel e6400 dual @ 2.13ghz, laptop: intel i7 quad
Internet Speed
20Mbit/s dwn, 2Mbit/s up
Back
Top