home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / catbox14.zip / CATBOX.V13 < prev    next >
Text File  |  1993-02-19  |  3KB  |  49 lines

  1.                     CATBOX Version 1.3 Modifications
  2.  
  3.     February, 1993
  4.  
  5. 1.  If you are searching or browsing a large file in the DELTE, EXTRACT or 
  6.     MOVE mode, there are only two ways to quit.  First, you can continue 
  7.     until end-of-file, or second, you can press ESC.  Pressing ESC abandons
  8.     all deletes, extracts or moves selected thus far.  If there are a few
  9.     thousand records, you have to view each one to get to end-of-file so
  10.     that you can process the deletions, extracts or moves.  Needless to say,
  11.     this is a royal pain.  I made a modification that allows you to press
  12.     the END key to complete processing with records selected thus far.
  13.  
  14. 2.  I converted the program from C to C++ to improve its maintainability.
  15.  
  16. 3.  I fixed a few minor bugs that you will probably never encounter, but
  17.     probably wouldn't notice if you did.
  18.  
  19. 4.  Added a /M switch for users of monochrome monitors.  Better remapping 
  20.     of colors for monochrome displays.
  21.  
  22. 5.  I now get the rows and columns of current display mode from the BIOS data
  23.     area and adjust all screens and menus accordingly.  This keeps CATBOX
  24.     from running as in a small segment of a large screen text mode.  For
  25.     instance, if you are in 50 line or 132 column mode when you enter CATBOX, 
  26.     CATBOX will use all the rows and columns in its displays.  Most pop-up
  27.     windows and dialogue boxes retain their original position, but the
  28.     effect is quite pleasing.  Viewing area and file pick list expand with 
  29.     screen.  The CXL HELP system that I use does not lend itself to other 
  30.     than a fixed size.
  31.  
  32. 6.  Added another utility program to the package.  CAT2DL.EXE reads a
  33.     standard format catalog file and creates an OZCIS format download (.DL)
  34.     file from it.  This allows you to use the EXTRACT selection functions
  35.     to select files to download.  These are copied to a new catalog which
  36.     can then be processed with CAT2DL.EXE to create the download file.  
  37.     Then you can start up OZCIS and execute a second pass in the forum you
  38.     processed.  This automatically downloads all files you selected with
  39.     EXTRACT.
  40.  
  41.     I intend to add download files/scripts for each major information manager
  42.     (TAPCIS, CIM, AUTOSIG), but I only have OZCIS at this time.  If you can
  43.     send me the desired file format and/or a sample, I will try to modify
  44.     CAT2DL to output your format when requested.
  45.  
  46. 7.  Due to popular demand, I eliminated the wait time on the reminder window
  47.     and decreased the frequency in which it reccurs.
  48.  
  49.