home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
PCBOARD
/
TVIEW30.ZIP
/
TVSAMPLE.ZIP
/
TV2
< prev
next >
Wrap
Text File
|
1988-11-15
|
9KB
|
242 lines
11-15-88 v1.2 ß15
-----------------
CHANGE IN .CNF FILE!
Line 5 tells BBSList which letter you are using for an error free
transfer protocol like Xmodem-1K-G (Ymodem-G). If you don't have an
error correcting modem, just put the word NONE on this line. If you
are running an error correcting modem, like the USRobotics HST, then
put the menu selection letter you've chosen in PROT(G) on this line.
For example, if you use the letter F for Xmodem-1K-G like PCBoard 14.0
does, then put a letter F on this line.
NOTICE:
-------
It appears that the beta process for PCBoard 14.0 will be comming to a
close in the near future. I plan on releasing BBSList 1.2 officially
the same day PCBoard 14.0 is released. This means that I will be
freezing this version as far as new features. I will be working on
bug reports only from here until the release date. THANKS to all for
the great suggestions and assistance!
11-13-88 V1.2 ß14
-----------------
Major Update! More Features! Smaller Code Size!
----------------
A major change in the way BBSList handles protocols. There have been
requests to allow Sysops to define protocols and protocol letters. To
accomidate this, I've taken most of the code that handles protocols
out of BBSList. Now BBSList will look for a files called PROT and
PROTG in the same directory as your BLIST.EXE file. This is your
Protocol menu. There are sample PROT(G) files included in this ARC
file. IMPORTANT: for each protocol you put on the Protocol Menu you
must have a .BAT file named after the menu letter you have given the
protocol in the PROT(G) file.
So...if you aren't changing your protocols at all, then you need do
nothing but copy the PROT and PROTG files into the same directory as
BLIST.EXE because I've already set-up the old letters as the default.
If you now want to change:
[Y] Ymodem (Xmodem-1K)
to:
[O] Xmodem-1K (Old Ymodem)
like PCBoard 14 has, you would have to change that in the PROT and
PROTG files, plus rename Y.BAT to O.BAT (That's the letter O not the
number 0).
If you want to add Jmodem to your list of protocols, you must put a
new line in PROT and PROTG and also create a batch file called J.BAT
that send the Jmodem commands. Use one of the existing .BAT files
(X.BAT, Y.BAT, Z.BAT) as a model.
If you don't handle this correctly, BBSList will tell your caller
that the selected protocol is not available.
Sysops running my TextView door may use the same PROT, PROTG and
download batch files (X.BAT, Y.BAT etc.) for both doors as long as
BLIST.EXE and TV.EXE are in the same directory.
-------------
Recompiled under Prokit dated 11-13-88 to eliminate problem Beta 13
had with displaying the SCRIPT0 file when a user returned to the BBS,
plus a lockup when users logged off inside the door.
11-07-88 V1.2 ß13
-----------------
Recompiled under Turbo Pascal 5.0.
10-22-88 V1.2 ß12
-----------------
CHANGE IN .CNF FILE. Added line 4 which is a switch to tell BLIST
weather or not to write to the CALLER log and DOWNLOAD.TXT. If you
put a Y on this line it will write. a N on this line tells it not to
write. Regardless of the setting, the door will not write to the
log files if you are on locally.
Added a check to make sure the user has time to download the BBS List
before the transfer starts.
10-18-88 V1.2 ß11
-----------------
CHANGE IN .CNF FILE! Line 3 of BLIST.CNF will now allow you a choice
of weather or not to use PKPAK inside the door. If you find that you
are running out of RAM when the door tries to call PKPAK to ARC the
BBSLIST file, then turn the ARC switch to N. Otherwise, if this line
is set to Y then BLIST will attempt to ARC the file. Also note the
file called BLIST that is the batch file PCBoard uses to run the door.
There is now a line that looks like this:
rem pkpak a bbslst bbslist
If you are turning off the ARC switch by placing an N on line three,
you will also need to take the "rem" off of this line so the list will
be ARC'd with the changes from the prior caller before the new caller
enters the door.
9-21-88 V1.2 ß10
----------------
Added routine to check for presence of each download batch file
X.BAT, Z.BAT, etc.). If any are missing then that protocol isn't displayed
in the protocol menu. This is for Sysops who want to delete a
protocol.
9-12-88 V1.2 ß9
---------------
Made Ymodem-G (Xmodem-1K-G) appear on the protocol menu on local
connections to end confusion about the dissapearing Ymodem-G. On a
remote connection, Ymodem-G only appears on the menu if there is an
error correcting modem at both ends.
9-8-88 V1.2 ß8
---------------
Changed the download ARC file to be named BBSLSTxx.ARC, where xx is
the node number. This accomidates systems with more than 9 nodes. Put
in a file deletion routine, so all ARC files created for download are
erased after the transfer is completed, or has failed.
9-7-88 V1.2 ß7
---------------
Reset the more prompt so it dosen't count the version line of BLIST
before BLHELLO(g) to stop the illusion that the more prompt happens in
less than the callers page length. Added the node number to
BBSLIST.ARC to prevent trouble on multinode systems when once caller
is downloading and another attempts a download.
9-6-88 V1.2 ß6
---------------
Re-compiled with Prokit dated 9-5-88 to solve problem with ansi menu's
displaying the (More) prompt too soon.
9-3-88 V1.2 ß5
---------------
Added PCBoard 14.0 compaitbility. Changed the download batch files so
that they could work with the same batch files as TextView.
BLISTZ.BAT is now Z.BAT, BLISTX.BAT is now X.BAT, etc. The Batch
files can't simply be renamed, they must be replaced with the new
batch files provided.
9-1-88 V1.2 ß4
---------------
Took out the "press enter to continue" prompt between functions when
menu is turned off. Fixed bug that caused door to crash on multi-node
systems if one user was reading the list an another was adding to it.
8-31-88 V1.2 ß3
----------------
Changed BLIST.CNF. Added a new line #2 to let the Sysop decide
weather to call an external sorting program from inside the door. This
is left as an option because some lists might be so large that the
sort will fail if the procedure runs out of memory. User has the
option to turn this off by puttin the letter N on line 2, and can turn
in on by putting the letter Y on line 2. BLSORT.BAT is now included
and has the commands to run SORTF by Vern Berg. Other sort programs
can be used by changing the BLSORT.BAT file. If sort is turned on, it
takes place after a series of BBS's are added.
8-30-88 V1.2 ß2
----------------
Eliminated line 2 of the .CNF file which was a switch to include
Ymodem-G to the list of protocols. TV now checks PCBOARD.SYS to see
if the error correcting modem flag is set and adds Ymodem-G if it is.
8-29-88 V1.2 ß1
----------------
Changed input screen so that the entries are all lined up to neaten up
the 'Add a BBS' screen.
8-23-88 V1.1
------------
V1.0's don't last very long. The morning after releasing 1.0 I found
a bug in the command line handler that might cause the board to hang
if two invalid commands were entered on the same line. This is fixed.
in 1.1.
8-22-88 V1.0
------------
BBSList Door V1.0 official release.
8-21-88 V1.0 ß8
---------------
Added an "Add another BBS to the List?" prompt when after user has
added his first BBS. Changed Scan mode to abort on an [ENTER] instead
of [Q]uit.
8-19-88 V 1.0 ß7
----------------
Changed the [X]pert Toggle to [M]enu-On/Off. Menus now default to
being on regardless of the users expert status on the main board. Too
many lost souls in the door couldn't figure out what [X]pert meant.
8-17-88 V 1.0 ß6
----------------
Trapped phone numbers that were less than 12 characters to keep
callers from omitting the area code. Changed the order of the way
things are displayed when a caller logs off (BLBYE, SCRIPT0, Version).
Stopped error messages from being written to the callers log when
Sysop is local to settle complaints of BLOCAL.BAT "messing up" the
callers log.
8-14-88 V 1.0 ß5
----------------
Fixed bug in expert mode handling that caused door to hang if a
caller wasn't in expert mode.
8-13-88 V1.0 ß4
---------------
Trapped blank phone numbers to keep them from being added to the list.
Added [X]pert toggle. Moved Sort routine to external method to give
sysops a choice of sort method, or no sorting at all. Sorting is done
in the BBSLIST (batch) file using Vern Berg's SORTF. Other sort
programs can be substituted though and the batch file modified.
8-12-88 V1.0 ß3
---------------
Added batch file to sort the list before viewing or downloading.
Added routine to ARC the BBS List before the user downloads it using
PKPAK.EXE. Added more spaces for the BBS names.
8-11-88 V1.0 ß2
---------------
Added Download and Search. Took options off the command line and put
them in a menu (command line too crowded).
8-10-88 V1.0 ß1
---------------
Initial Coding