Utility


This page contains several utilities that I’ve written over the years 😉

Most of the utilities / tools are intended for software developers and system administrators. To download one of these tools click on their title.


VerifyFiles.exe

VerifyFiles is a command line utility to verify the integrity of files and folders using MD5 checksums and / or file version information (exe & dll files).

The tool is used in several large client / server installations to verify if the clients are running an up to date version of the software.

The idea behind „VerifyFiles“ is to compute the MD5 checksums and compare them against those stored in an XML file. The XML can be created by VerifyFiles as well. Just see the command line switches.

VerifyFiles will utilize all CPUs found in the machine it’s running on to verify / enumerate files in a given folder (multi threading). This speeds up things enormously. (Factor 10 on an Intel Core i7 4 core CPU with Hyper Threading.)

VerifyFiles can be used in batch files: If the verification fails, VerifyFiles will return an error code of 1. If the validation succeeds, VerifyFiles will return the error code 0.

The XML file can be created manually or by using the VerifyFiles command line switch -create. You can define optional files and folders or delete rules for out-dated files.

(Downoad here.)


dumpres.exe

Dumpres is a Win32 command line executable that lists (dumps) all resources contained in a module (exe or dll). Additionally it can dump the resources to binary files.
C++ source code included.


benchmark.exe

Benchmark is a Win32 command line executable that measures the time another process requires to complete. I used it to measure the performance of command line exports in batch files.
C++ source code included.


… more to come, page is under construction …

7 Gedanken zu „Utility

  1. Hallo, das Tool Wol 2 finde ich einfach toll. leider funktioniert das Shut Down unter XP nicht. Ich habe es mit einer Synlogy Diskk station 710+ versucht. Vielleicht können Sie mir ja helfen.

    1. Hallo,

      Die Synlogy Diskk station 710+ Kann aller Wahrscheinlichkeit nach nicht herunter gefahren werden, da das Gerät nicht „Windows“ als Betriebssystem nutzt.

      Sie müssen im Internet nach einer Lösung für das Herunterfahren dieses Gerätes suchen. Diese können Sie dann auch in WOL2 einbinden.

  2. Das HDD Speed test Tool 1.0.0.14 ist ein super Tool um die Harddisk in virtuellen Machinen auf Geschwindigkeit zu Testen. Ich vermute im „Installer“ ist ein Bug, da auch wenn English selektiert wird, waehrend des Installierens, der Deutsche Language File verwendet wird. Wenn man dann denn Deutschen und Franzoesischen File deleted, dann lauft das Program auf English. Das ist das einzige Program das Ich gefunden habe um virtuelle disks zu Vergleichen wenn diese auf verschiedenen SSD’s installiert sind. Vielen dank fuer die Software.
    LG, Wolfgang

Kommentar verfassen

Trage deine Daten unten ein oder klicke ein Icon um dich einzuloggen:

WordPress.com-Logo

Du kommentierst mit deinem WordPress.com-Konto. Abmelden /  Ändern )

Facebook-Foto

Du kommentierst mit deinem Facebook-Konto. Abmelden /  Ändern )

Verbinde mit %s