This game is the simple 9×9 sudoku game that I designed. It runs on all 32-bit Windows and Windows 10. It has sound effects for when you solve the puzzle. Each puzzle is numbered. It autosaves the game as you change each cell. It has a timer. You can print a puzzle for when your …
Category Archives: My Software
Commandline MessageBox tool
This tool allows you to display a message box from a batch file or schedule tasks To see how to use it just open the file up with no parameters and it will explain it.
Console Golf Solitaire
This is golf solitaire that runs as a text based console program. I choose to do it this way to be creative and unqic.It should work with most 32-bit versions of windows including windows 10. ScreenShots:
Garbage CardGame
This is a fun card game that I learned from camp and I made a game for Windows. It’s easy to play and win. And soon will come more card decks to choose from. The card deck current;y included in the game by default came from Microsoft Windows XP. The game is fun and includes …
Commandline NT Eventlog writer
This tool allows you to write stuff to the Eventlog. Good for debugging batch files, running it from your own program. Now with the capabillty to add a resource file to the registry so that the message just shows what you want it to show. The tool has several different parameters, “message” The …
Bulk ComputerName Changer
This tool is great for network administrators who may ghost their harddrives with duplicate versions of windows starting off with the same computername. The tool can use a database,random number or even harddrive serial number. You must run it as an administrator in order to work. It checks to see if it can lookup it’s …
Binary Clock Screensaver
This screensaver shows the LED Binary Clock on the desktop. It can be used as a screensaver or as a regular app. It has features such as: * Can use UTC instead of local timezone * Use a different TimeZone rather than what windows was setup for. * Can display 12-hour format time(default) or 24-hour …