home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Share Gallery 1
/
share_gal_1.zip
/
share_gal_1
/
CO
/
CO003C.ZIP
/
STO102.ARC
/
WHATSNEW.ST
< prev
Wrap
Text File
|
1988-08-27
|
11KB
|
214 lines
Whats New in Sysop Tools - Version 1.10
PLEASE READ WARNING.ST BEFORE PROCEDING!!
1. New overlay manager code was added. It seems that the previous
version of the overlay manager had problems when it tried to load
the overlay file into EMS that was being shared with a virtual
disk or cache. Special thanks goes to Kim Kokkonen of Turbo Power
Software for this bug fix.
2. Code was added to save the DOS screen and restore it after ST
executes. This, of course, only applies to the direct video mode.
I hope this will help some of you who have been having problems
with some of the screen speedup programs that are available. It
also makes a handy reminder of what you were doing prior to
executing ST or what you just did in the DOS shell while inside
ST. If your as forgetful as me this can be a real help.
3. Additional error checking was added to the Validate Messages
routine as it was not properly handling empty message bases. In
fact it would hang the machine and cause you to have to reboot.
4. A complete context sensitive help system has been added. Press
F1 at any time to get help on the particular function you have
selected. The help system works only in the direct video mode.
There are, presently, no plans to add it to the DOS or BIOS modes
due to the overhead that would cause to the size of the program.
The text in the help system still needs some work. Please bear
with me while I get it up to speed.
5. Support for PKARC and PKXARC version 3.6 has been added. This
allows up to 3095 messages per message area to be archived. My
initial time tests showed a speed increase of 5 to 10 percent. If
you are still using PK version 3.5 you MUST add a '-35' or '/35'
to correctly archive message bases larger than 500 messages. This
parameter can be used in conjunction with any of the other
parameters. If you haven't got version 3.6 yet you really should
get it as it is much better than the previous versions.
6. A Delete Duplicate Messages function has been added. This
function DOES NOT sort the message file. It will leave holes in
your message control file if duplicate messages were found. An
occasional renumber may be necessary. However, this means it will
NOT screw up your users last read pointer. The users will NOT
have to reread messages they have already read. It should be used
every morning immediately after you run MDIST. If everyone on the
network uses either this function or the sort available in the JD
series we should have a lot less duplicate messages floating
around the network. It has already saved my Sysop Tools
conference from 2 different users. One sent me about 62
duplicates and another sent me 210. None of the duplicates were
re-echoed however - thanks to this function. This function
creates a file called DelDups.Log in your GTpath directory for
later review.
To install this function to run after MDIST use the following
command file called DelDups.Cmd:
m { select message menu }
d { select delete message menu }
d { select delete duplicate messages }
a { select all areas to be processed }
q { quit message menu }
q { quit Sysop Tools }
This command will initiate it:
STOVL -d <DelDups.Cmd
7. Logic to delete all but the last 3 backups (archives) was
added. Every time you select an archive GT files, Sysop Tools
will now delete all but the last 2 archives. The archive you
create will then become the third archive available in your
STpath directory.
8. The Compress Message base function has been rewritten. This
version is so fast that it scared me. Seriously, I was doing some
preliminary testing and I could not figure out why it was only
taking 3 seconds to complete. It only took 3 seconds to figure
out it did not need to do anything. When I deleted all but the
last 200 messages in all areas, it took less than 9 seconds to
complete. Be aware, don't blink your eyes!!
9. Sysop Tools now has a provision for offline files. To
designate that a file is offline place an asterisk in column 26
of your FILES.BBS. This is the column between the date and the
description. If an asterisk exists herethe Validate Files.BBS
function will not delete that entry fron your FILES.BBS.
10. The ability to post Netmail credits has been added. This
function will ask for 2 fields to be input. The first is the
number of credits to post. The second is the minimum access level
a user must have to post these credits. If the minimum access
level field is left blank all users will be given the netmail
credits. The following command file (Netmail.Cmd) can be used to
do this automatically from a batch file.
m { Select the message submenu }
n { Select the post netmail credits function }
5000
z
q { Quit the message submenu }
q { Quit Sysop Tools }
To execute this type:
STOVL -D <Netmail.Cmd
This will give all users with an access level of 'z' or higher
5000 netmail credits. It will give each user exactly 5000
credits. It will not add 5000 credits as the JD series does.
Please note that I did not comment the 2 lines which provide the
necessary information. Previous versions of Sysop Tools had a
problem with commenting lines of numeric input. Although this
function has fixed that problem, the bug may still lie in other
functions. When I am positive that the bug no longer exists I
will place a note here to that effect.
11. Code was added to keep the system from hanging up when the
initial test for the presence of a mouse was performed. Some
systems do not initialize this interrupt vector properly.
12. The bug which would not allow you to unpick items from a pick
list has bee fixed. Thanks to James Gaas for this report.
13. The bug which altered a files Date and time stamp after the
file was copied has been fixed. Noone every reported this bug.
However, I noticed that it was messing up GT's list files since
last logon function.
14. There was still a bug in the Move File option. It was not
properly processing files which were marked as offline with an
asterisk in column 26. The Move Files Option will no longer
delete entries in the FILES.BBS that are marked as offline.
15. A Sysop Tools Configuration file has been added. It must
exist in the same directory as the GT.CNF file. It will be named
ST.CNF and will automatically be created. At the present time it
does very little. More configuration items will be added soon as
well as a configuration screen. However, if you have a Compaq,
AT&T or any CGA video card which does not have SNOW problems you
can change the CS= parameter to FALSE and obtain much faster
screen I/O. You will presently have to do so with a text editor.
The reason for such a crude interface at this time to to test
that all is working properly. Please test this and let me know if
your screen I/O speed increases via the Beta Echo.
16. The STPath variable has been added to the ST.CNF (ST config)
file. The STPath variable within the environment is still
applicable and overrides the STPath variable in the config file.
This will allow you to change the STPath variable on the fly from
within a batch file if you so desire. If an STPath variable is
not found within the environment then STPath defaults to the
value in the config file after the SP= parameter. I recommend
that you remove the SET STPATH statement from you autoexec.bat
file to save environment space after running ST version 1.10 for
the first time. This will set up the configuration file and save
memory too.
17. Code was added to attempt to insure that the state of the
machine was put back EXACTLY like it was. That is to say the
video color is returned to normal etc....
18. I added code in the File Move Option to make the source
directory the default after files have been moved. This should
facilitate use of the editor to edit file descriptions.
Whats New in Sysop Tools - Version 1.01
1. In remote mode the program did a read on the console device,
as opposed to the standard input device, at the end of archive GT
files. This gave the appearence that the machine was hung to a
remote user.
2. Same thing happened if the program was unable to validate a
message base.
3. If a FILES.BBS did not exist the Validate FILES.BBS function
refused to create one. It does now by golly.
4. I think I found that pesky sucker that was occasionally
deleting the last character from a path name after reading
GTDIR.BBS and/or GTMDIR.BBS. The cause, as usual, was a dumb
programmer. We really need to hire some decent help around here.
5. /DOS, /BIOS, /EGA & /VGA are now valid parameters. They were
supposed to be valid parameters in the first release. However, I
obviously overlooked something. I highly recommend that you
update your batch files to take advantage of this feature. The
next release WILL NOT allow parameters which are not prefixed
with a '/'. I should have done this from the beginning.
6. Additional error checking has been added to the Validate
Message base routines.