Archived Software and Files

The following software and files are archived and no longer supported by Blue Orb Software. However, they are still made available for download.


  • Bootlog Examiner v1.3
    A freeware tool used primarily to troubleshoot the Windows 95/98/Me bootup process and help determine what is delaying the boot process (if any). The application will examine the Bootlog.txt file created by Windows and show the contents of the file in a readable format. Bootlog Examiner will display the time (in seconds) between each process and the total estimated bootup time (in minutes), as well as any delays and failures found. This information can be saved to a custom text file, copied to the clipboard, or printed for future reference. Read the "readme" file provided after installation for usage instructions. Only for Windows 95/98/Me! Uploaded 2/5/2003.
  • Delphi Code Tips
    A collection of methods that I originally put together during my past involvement with the Delphi newsgroups to assist other developers. Just unzip the CmnRtns.pas file into your Delphi project folder and add it to your uses clause. For Delphi 3 and higher.
  • OneInstance For Delphi
    Prevents your Delphi application from running more than one instance. Just unzip the OneInstance.pas file into your Delphi project folder, add OneInstance as the first line in the uses clause of your DPR file, and recompile your application. For Delphi 3 and higher.