FenWeb – A look on the web
QuickLaunch – Quicklaunch keys (for Gericom’s laptops)
LiensLNK – Manipulate Windows’ shortcuts.
Rendate – Rename files with the date.
Alcool – Alcohol rate – UNACHIEVED
Cluster – Real size of files
Code – Codage of messages
WinFont – Batch names of TTF

FenWeb
RP Soft 2002
WIN WEB
OpenSource
This simple application displays a web page in a small window, and refresh the page sometimes. Some options are editable in fenweb.ini or in the sources.
Download the soft and sources.

QuickLaunch
RP Soft 2002
WIN / MISC
GPL
This set of programes aims at using easily quick acces keys on laptops (Gericom).It can send any message to any window, and for instance, can tell winamp to pley the next song. The programs are configured with a configuration file, as shown below :

[Button1]
command=C:Program FilesInternet ExplorerIEXPLORE.EXE
params=
show=

[QuickLaunch]
command=
findWindow=Winamp v1.x
wmCommand=40048
params=
show=

These programs are able to :

  • launch any program with any arguments
  • send any messages to existing windows (for instance, play next in winamp)
Download the programs.
Download the sources.

LiensLNK – Manipulate Windows Shortcuts
RP Soft 2002
WIN / MISC
GPL
This set of programs aims at the easy modification of shortcuts within scripts.
Here are the available programs :

  • linkget : retrieve informations on a link.
  • linkset : create a new link.
  • linkresolve : try to update the location of the target.
  • linkupdt : set a new location for the target.
Download the programs.
Download the sources.

RenDate – Rename files with a date/
RP Soft 2002
WIN / MISC
GPL
This program aims at renaming files with a date in the filename within a script or batch file. (typical example : monfichier.txt becomes monfichier_030317.txt)

Usage : RenDate [/m] [/n] [/v] [/f ] 

    filename  : the name of the file to be copied/moved.
    /m        : move the file instead of creating a copy.
    /n        : do not use the filename provided as base filename.
    /v        : verbose mode.
    /f format : User Defined Format
                 the most common flags are : (see strftime for the full list)
                    %c Date and time representation appropriate for locale
                    %d Day of month as decimal number (01 - 31)
                    %H Hour in 24-hour format (00 - 23)
                    %j Day of year as decimal number (001 - 366)
                    %m Month as decimal number (01- 12)
                    %M Minute as decimal number (00 - 59)
                    %S Second as decimal number (00 - 59)
                    %y Year without century, as decimal number (00 - 99)
                    %Y Year with century, as decimal number
                    %% Percent sign
                 the default is : _%Y%m%d (appends _YYYYMMDD)

 

Download the program.
Download the DOS version of this program.

Alcohol
RP Soft 1996
WIN / DIVERS
Unachieved
This software aims at giving information on alcohol rate of consumers. But as I have not been able to have all the information I need, this project has been aborted. The interface is ready, just some constants of the formula are missing.If you have any information on this, or if you are interested, mail me.

Cluster
RP Soft 1999
Win9x / SYSTEM
Freeware
This program is useful when you want to simulate the size of files on a different filesystem, with different cluster sizes (for example a ZIP drive).
Download Cluster
Download Cluster’s help

Code
RP Soft 1997
WIN / CODAGE
Freeware
This software has been developed for animators who want to code some messages, in a game.
It is not a cryptographic program, but a program for fun.
Download Code
Download the help file of Code

WinFont
RP Soft 1998
WIN / TTF Fonts
OpenSource
This utility will be helpful to people having a great number of TTF and wanting to classify these fonts. It will retrieve some information of several uninstalled fonts :

  • The name of the file
  • The name of the font
  • The size
  • The sort of the font

It is based of an old functionality of windows 3.1 and works thanks to the backward compatibility. It creates a temporary .FOT for each font and find in this file the name of the font and other information.

Use :

This program does not have any good interface. It will ask you :

  • the path where are stored files to examine
  • a temporary path name for the .FOT
  • the name of the results file. This file is semicolon separated, and is intend to be used by a spreadsheet, with the separator “;”.
Download WinFont
Download WinFont source code