home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
EVD41.ZIP
/
EVD_UTIL.ZIP
/
TX2MB220.ZIP
/
CHANGES.200
< prev
next >
Wrap
Text File
|
1991-03-10
|
4KB
|
79 lines
┌─────────────────────────────────────────────────────────────────────────────┐
│ TXT2MSG - Textfile to PCBoard 14.x Messagebase Utility │
│-----------------------------------------------------------------------------│
│ CHANGES.ver - function and documentation changes since last release │
│ Revision changes are in reverse order, ie, newest changes are at the top. │
└─────────────────────────────────────────────────────────────────────────────┘
Ver Date, notes, changes
------- ----------------------------------------------------------------------
2.01 Wed 02-28-1990 *RELEASE*
Any leading blank lines in a textfile are not inserted into the
message. If more than two blank lines are found in series, only two
will be placed in the message.
Changed -v and -u to NOT abort if there is no valid username in the
PCBoard.SYS file. This allows you to specify -fSYSOP -uPCBOARD.SYS
and have TXT2MSG use "SYSOP" if there is no current user online, else
use the username found in the PCBoard.SYS file.
------- ----------------------------------------------------------------------
2.01c Tue 02-27-1990 *Alpha*
Corrected bug which required environment TXT2MSG to be present.
Corrected bug showing "pi" in header when using TXT Header options.
Allows multiple (any number) of messages to be entered if TXT file is
larger then 96 lines. Each message will have its "number" put in the
25th position of the subject. The bottom of any continued messages
has "(continued)" appended as well as having "(continued)" at the top
of the next message.
Added -x# to specify max number of messages to allows TXT2MSG to
create from one textfile. If "-x0" specified, no limit, else you may
use "-x1" through "-x9".
Now expects a space after the ":" in any header lines in textfiles!
CC: now accepts up to 100 names (including names found in !files).
You may specify a filename to CC: to give it a list of names for CC:
messages. You do this by "CC: !d:\dir\filename". This file must be a
standard textfile with a list of names.
Added -uD:\DIR\PCBOARD.SYS and -vD:\DIR\PCBOARD.SYS. -uPCBOARD.SYS
specifies to use the USERNAME in the PCBOARD.SYS file (current user
name) for the FROM field, the -vPCBOARD.SYS specifies to use the
current user for the TO field.
Added errorlevel==10: Invalid PCBoard.SYS file [filespec].
Added -l for LOCAL (no echo). Use this to override a -e switch if
specified in the environment variable.
------- ----------------------------------------------------------------------
2.00 Sat 01-13-1990 *RELEASE*
Added DOS Environment TXT2MSG= support for switch options.
Changed internal message block building logic for better speed.
Changed FF (FormFeed) translation to "^" from "*". Retested
Unix/Macintosh textfile import translations.
------- ----------------------------------------------------------------------
2.00a Sun 12-17-1989 *Alpha*
Initial alpha release of rewrite of TXT2MSG 1.xx into TurboC.
Added CC: message handling (max 10 total messages inserted).
Forces read of entire textfile looking for "header modification"
keywords even if longer then message text itself will be.
------------------------------------------------------------------------------