Tag Archives: Source file

Santa Claus screen mate update

I’ve come to realize that the batch header method I’ve been using for Powershell scripts isn’t as fool proof as I had hoped. When I sent the Santa Claus script to my mom she wasn’t able to run the batch … Continue reading

Posted in Coding | Tagged , , , | Leave a comment

Merry Christmas; Santa Claus screen mate

If you’re old like me, you might remember screen mates or desktop pets. These were programs you’d run on your computer that put little interactive creatures on your screen. The first one I ever encountered was eSheep, back in the … Continue reading

Posted in Coding | Tagged , , , , , | Leave a comment

FireKey2 (2.1.0.7)

 Last version posted was 2.1.0.4. Download | View Source | Download Source There have been a few minor updates: 2.1.0.7 Rearranged Options menu 2.1.0.6 AutoIt line now has a full edit box (merged to single line on execution). Window size/pos … Continue reading

Posted in Coding | Tagged , , , , | Leave a comment

#include _FileGetIcon.au3

A function that figures out what icon should be associated with a given file/path. Works on customized folders, shortcuts, internet shortcuts (.url), and protocols (http, ftp, etc). Download | View Source

Posted in Coding | Tagged , , | Leave a comment

#include Variable.au3 (Update)

Download | View Source Just a small update. Removed the _ExprDump function because it’s redundant and pointless (I forgot it was in there to be honest).

Posted in Coding | Tagged , , | Leave a comment

ProcRespawn 1.0.0.2

Did some minor upgrades to the program. Update: Using MySingleton.au3 Added: Version number to compiled exe Added: Functions for escaping/unescaping ini values to compensate for data with ini sensitive characters (ie: [ ]) Added: Add by Path button in the … Continue reading

Posted in Coding | Tagged , , | Leave a comment

Floating Clock

A screensaver that displays the time with floating numbers Download | Source

Posted in Coding | Tagged , , , | Leave a comment

Notepad++ Forward

A program to “replace” Windows Notepad with Notepad++. Install Notepad++ first, then place Notepad++Forward.exe in the folder with Notepad++.exe and run to install/uninstall. It doesn’t actually replace Notepad, it uses a registry tweak that forwards any calls to Notepad to … Continue reading

Posted in Coding | Tagged , , | Leave a comment

ProcRespawn

Wrote this program for my brother. He wanted something to run in the background that would make sure certain processes would always be running. Download | Source | Icon

Posted in Coding | Tagged , , | Leave a comment

#include Variable.au3

Functions for dumping variable information. Download

Posted in Coding | Tagged , , | Leave a comment