SwapeStarter

This free windows program is very useful to make a startup menu from an autorun CD/DVD under windows env. Or just a menu to run a command or program.
You can list 6 different programs to start from.
All the text, heading image and titles are configurable from an ini file.
Download: my_starter
PassKeeper
Sometimes it is hard to remember many passwords.
PassKeeper is password manager program to stores all your password.
You can export passwords to xml file.
PassKeeper dose also generate random passwords so you can have a strong and random made passwords that is hard to crack.
Download: passKeeper

Key Code Make

Key Code Maker is free windows program for making lots of 8 digit passwords.
Very useful for administrators who makes hundreds of passwords at a time.
And you can save the password-list on a file.
Download: KCM_10
FileDate Mover v1.0

FileDate Mover is a program that moves files from one directory to directory tree based on file date.
If you have a file that have a date 2006.12.24 then it makes directory called 2006/12/filename.ext.
This program runs through a directory and moves all the files to date-based-directory-tree.
You can edit the i18n.ini file to change the settings.
rprog = datemove.exe -d
If you remove -d, then it moves the files from this month too. But if you use -d, it will ignore files that where made this month.
In the zip file you find these files:
- i18n.ini settings file.
- datemove.exe CMD based version of this program. Run datemove in cmd for usage options.
- datemoveX.exe Gui-based version of this program.
- src\ Directory containing the sourcefile in php.
Download: datemove
Directory/File-chooser tool

This is an open and free program.
Here is a small GUI for those old DOS command. With this program you can run programs with given file or directory input and output.
Here is how the ini file looks like:
-
[gui]
-
lprog=Title of the window goes here
-
lin= INPUT:
-
lout= OUTPUT:
-
lrun= RUN
-
lexit= CLOSE
-
lcof= Choose a output file / directory
-
lcif= Choose a input file / directory
-
lrunbox= "Done!"
-
lfot= Out File
-
lfit= Inn file
-
[run]
-
rprog = notepad.exe
-
rodir = 0
-
ridir = 0
rprog ::: you can choose the program to run.
rodir ::: 0=File 1=Directory
ridir ::: 0=File 1=Directory (If given file or directory dose not exist, it will be created.)
So now you can make your own windows based GUI from those good old DOS commands.
Download: fdc1