ReactOS

ReactOS is an open source effort to develop a quality operating system that is compatible with applications and drivers written for the Microsoft Windows NT family of operating systems (NT4, 2000, XP, 2003).


Dependency Walker Home Page

Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules. Another view displays the minimum set of required files, along with detailed information about each file including a full path to the file, base address, version numbers, machine type, debug information, and more.


Developing a Windows® Sidebar Gadget in Windows XP

In theory, developing software on one platform for a completely different (and new) target platform is something developers should be able to handle without difficulty. In practice however, there are many pitfalls that can await even the smartest developers. Justin Whitney discusses the challenges he faced (and overcame) in developing the Destination.NET Windows® Sidebar Gadget on Windows XP.


Forfiles

Selects and executes a command on a file or set of files. This command is useful for batch processing.

forfiles can be for instance used to periodically delete all files older than X days from a specific directory

<br /> forfiles -p &#8220;c:tmp&#8221; -s -m *.* -d -3 -c &#8220;cmd /c del @FILE&#8221;<br />
This command will remove all files older than 3 days (-3) from directory c:tmp
It is not part of the normal distribution of Windows, but it can be downloaded from Microsoft Technet


AjaxViev

The goal of the Ajax View project is to improve developer\’s visibility into and control over their web applications\’ behaviors on end-user\’s desktops.

The Ajax View approach is to insert a server-side proxy (or web server plugin) in-between the web server machines and the end-user\’s browser. This proxy captures the web application\’s JavaScript code as it is being sent to a browser and rewrites the code to insert extra instrumentation code.


Bambalam PHP EXE Compiler/Embedder 1.21 – Free php to exe converter!

Bambalam PHP EXE Compiler/Embedder is a free command line tool to convert PHP applications to standalone Windows .exe applications. The exe files produced are totally standalone, no need for php dlls etc. The php code is encoded using the Turck MMCache Encode library so it’s a perfect solution if you want to distribute your application while protecting your source code. The converter is also suitable for producing .exe files for windowed PHP applications (created using for example the WinBinder library). It’s also good for making stand-alone PHP Socket servers/clients (using the php_sockets.dll extension).


Microsoft TechNet: Windows Sysinternals

The Sysinternals web site was created in 1996 by Mark Russinovich and Bryce Cogswell to host their advanced system utilities and technical information and Microsoft acquired Sysinternals in July, 2006. Whether you’re an IT Pro or a developer, you’ll find Sysinternals utilities to help you manage, troubleshoot and diagnose your Windows systems and applications. If you have a question about a tool or how to use it, please visit the Sysinternals Forum for answers and help from other users and our moderators.

Windows XP/2000 Commands and Tools

Here’s the ultimate Windows XP/2000 command list that will make any Linux user feel at home at the command prompt. A lot of these commands are intended for administrating a network, but they are great for savvy home users as well. We even listed which OS you need for these commands.

A whole lot of CMD goodness.
I really didn’t know that there is a font editor called eudcedit packaged with WinXP

Load More