| ami.cpl |
Maintains added menu items for Liberty Library Management product. |
|
| Calendar.cpl |
CPL Program to display calendar. Programming template, demonstrating CPL date and display functions. |
|
| Convert Binary To Text.Cpl |
Converts a binary data file to a standard text file. Creates an output file from a binary input file by replacing any hex characters from 00 - 32 with spaces. |
|
| counties.zip |
BTree List file of all US counties (and parishes) per state. Can be opened, read, and otherwise manipulated with List File Management ("Tools | List File Management"). Entry format is IL COOK (e.g., Cook County Illinois). Also see Zipcodes.ZIP. |
|
| E-mail.cpl |
Loads plain text e-mail that has been exported from an e-mail application. Looks for text files in C:\temp and deletes them when finshed. Does not handle attachments or inline UUEncoded data. |
|
| Key.cpl |
This program shows ASCII key codes and character displayed on the screen. It will also display key codes for any key the user presses until they press the [Esc] key. |
|
| Mark.cpl |
A "sub-program" called by many other programs. This CPL allows users to select fields from the currently opened database, for subsequent action by the main program. Used by Loadsome.CPL, Spell.CPL, and others. You'll know you need it if you ever encounter the error "Couldn't find Mark.CPL." |
|
| Powerpoint E-mail Fix.cpl |
Fixes "#" in PowerPoint filenames (*.ppt) when used as attachments. Pound signs in PowerPoint filenames place PowerPoint in debug mode. |
|
| Primes.cpl |
Displays the list of prime numbers. Sample CPL program employing math functions. |
|
| ZipCodes.zip |
Btree list file of all ZIP codes in the US. Can be opened, read, and otherwise manipulated with List File Management ("Tools | List File Management"). Entry format is 90210 CA Beverly Hills. Also see Counties.ZIP. |
|